Closed bkern24 closed 10 years ago
I know c++ would work, just about any language should, but I think it might be worth looking into C#.
C++ with emscripten should do the trick. Basically it compiles c++ into java script I think. Makes our code more diverse then
Also I think we should code the game as if its a one player game. Don't write any code for the second player. Just write code as if you were to play the game by yourself and against no computers. Should allow for easier network development later.
Javascript for the game. Done
Need to decide what to code for the actual game.