This is amazing. I have fond memories of playing Lightcycle/tron-style games on some older computers against my brother as a kid. We got that program installed and we played forever. This has a lot of potential, some suggested improvements: * Chat System * Rematch (both players agree, then yes, one says no, then no) * Names for players I like this and I'm sure you could monetize this with ads if you wanted to. Have y…
Show HN: Multiplayer Snake in Go
71–80 of 80 posts
Re: Show HN: Multiplayer Snake in Go
#72Re: Show HN: Multiplayer Snake in Go
#73I thought Go was for server side "systems programming". What's the entire stack here? Is JavaScript in the browser generated from Go or!? It would be great if you could give a one-liner overview of what's going on : ) Love it btw
Re: Show HN: Multiplayer Snake in Go
#74Re: Show HN: Multiplayer Snake in Go
#75I would love to see how your game will evolve.
It reminds me another cool multiplayer snake https://twitter.com/syl_mat/status/154136259588141056 (it supports more than 2 players, the game is never ending but player accumulate points, it also has bots)
Re: Show HN: Multiplayer Snake in Go
#76Who thinks that north/south/east/west is the right way to control a snake? The proper controls are left and right.
The old QBasic Nibbles game that shipped with DOS 5.0 used up/down/left/right, and that was the one I always played as a kid. All the clones I've seen over the years use up/down/left/right as well. Which versions did you play that only use left/right?
Sigh I am old.
Re: Show HN: Multiplayer Snake in Go
#77Took me back a decade to days of playing Gnibbles with 3 others on the same keyboard in my computer lab in school :D.
Re: Show HN: Multiplayer Snake in Go
#78I thought Go was for server side "systems programming". What's the entire stack here? Is JavaScript in the browser generated from Go or!? It would be great if you could give a one-liner overview of what's going on : ) Love it btw
The server is Go, the javascript was generated by coffescript.
Re: Show HN: Multiplayer Snake in Go
#79Earlier quoted context omitted.
The server is Go, the javascript was generated by coffescript.
Maybe you coul release the code in the open... as an examppe for other go developers
Re: Show HN: Multiplayer Snake in Go
#80This is amazing. I have fond memories of playing Lightcycle/tron-style games on some older computers against my brother as a kid. We got that program installed and we played forever. This has a lot of potential, some suggested improvements: * Chat System * Rematch (both players agree, then yes, one says no, then no) * Names for players I like this and I'm sure you could monetize this with ads if you wanted to. Have y…