Fight Rabbits Online is a basic online multiplayer rpg. You can see and play with anyone else who is also in the game (if you are alone and want to test it just use two browsers).
Walk into the grass to find rabbits to fight. If you see someone currently in a battle you can walk into their tile to join their battle.
The networking took so much time I didn't have time for much else, but I hope you can find some enjoyment from it.
Controls:
Move: Arrow Keys Confirmation Button: Z Rejection Button: B
@jmborden I didn't actually. Just plain websockets. Part of why I went with the classic rpg tile movement is it meant that very little information needed to be sent (rather than sending the player's input 20 times a second). I plan on trying out WebRTC sometime, but I haven't quite bumped into the need yet.
Comments10