Created skeleton code to send and receive messages between server and client. Created a basic client to test expected messages.
Zhuohui Ma & Yang Song
Restructured previous code to create a grid (20x20 testing grid), snake object (Blue rectangle), fruit object (Red square), and display it to the user. Code is located in the index.js file under src/game.
Next Week:
Jake Dreher
Integrate websocket code with the game code and begin writing out correct message handlers for our message types, hopefully cleaning up the code along the way.
Zhuohui Ma
Update snake movement and handle directional inputs / generate fruit at random locations.
Yang Song
Will be working on the collision (Hit the border / Hit the fruit to increase the length of the snake body).