pbignardi / snake-js

Javascript to play Snake
1 stars 0 forks source link

Set up HTTP server #14

Open pbignardi opened 1 month ago

pbignardi commented 1 month ago

Configure an HTTP server to serve the game. This can be served as a static website. If we want to record the score then we need to safely store the scores and make sure no malicious action can be performed on the database.