Update name, create redme

This commit is contained in:
KGrzeg 2021-10-17 18:27:54 +02:00
parent a86c5cdda0
commit 1beb2f7462
2 changed files with 11 additions and 1 deletions

10
README.md Normal file
View file

@ -0,0 +1,10 @@
# SPACE SMASHER 9001!
Tested on node `v14.17.3`
You can play the game [here](#)
In the `game` directory there game client.
In the `server` directory there are authentiaction and ranking server.
To start the app locally, you need... *TODO* :)

View file

@ -1,5 +1,5 @@
{
"name": "hs3jam-miner",
"name": "hs3jam-space-smasher-9001",
"version": "1.0.0",
"description": "Simple Phaser 3 game for the Hackerspace Trójmiasto's little game jam",
"scripts": {