Bullet Hell game made with Python (through Pygame)
For singleplayer
- simply run client.py and select singleplayer
For multiplayer (max 2)
- change the value of the server variable of both network.py and server.py to the local IPv4 Address
- run server.py
- run both clients and select multiplayer
HOW TO PLAY
- WASD for movement
- point and click to shoot
- avoiding damage for an extent period of time will heal the player
- points from shapes accumulate to fill the bar below the game map
- once the bar is full, the points are consumed and all enemies are cleared
- survive as long as possible