This is Animalized-client. Animalized is multi-player realtime battle simulation game. You can play this client with animalized-server. Also, Animalized project is mainly focused on the server. So, if you have interests in this project, please visit animalized-server.
- Install Wails with Wails dependencies
- Download repository
- Install JS dependencies
- Build using "wails build" command
- You can fire a fireball with key "a"
- You can move characters using arrow keys
- Fireball can hit a character or a wall
- Wall will be weakened as fireball hit the wall
- If wall state reached "vulnerable", fireball can destroy the wall
- If a user hit player with fireball 10 times, game will be end
- After game played, keydown event still remains, so keydown intercepted by that event. You can still write the room name but have to type multiple times.
- When build target is Windows, in-game screen does not shows up.
I did not fixed these issues because this client is just for POC.

