-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.md~
21 lines (17 loc) · 1.33 KB
/
README.md~
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<<<<<<< HEAD
# shape-survival-arena
SSA is a multiplayer arena survival viewed from the top-down perspective. Players control basic geometry and attempt to score killing blows against other players for score.
## Things you need to run this
- A copy of the source
- NodeJs
- SockJs
- express
- HTML5 Compatible browser
## Getting it to run
Download the archive and unzip it to a desired destination. Fire up a terminal and navigate to the _app_ subdirectory and launch the hosting webserver using _node SsaServer.js_ and connect to _IP_ADDRESS:5000/index.html_.
To allow other people to connect to the game, modify the _SERVER_NAME_ variable inside _Ssa.js_ to your own IP. Change the port number too (the default is 5000), if you so desire.
=======
# ShapeSurvivalArena
SSA is a multiplayer, round-based dual-stick shooter game multiplayer shooter viewed from top-down. Players control a ship that looks like basic geometry (triangles, circles, etc.) and compete with each other to see who survives last.
Before each round, players choose one of X different shapes and each shape has different attributes (e.g. triangles can move faster, circles can shoot further, etc.). Players are then given Y number of lives per round and can shoot each other while avoiding pitfalls and traps randomly placed by the server.
>>>>>>> afbe318b980a673a81325eead368f898a9f86220