Fight & Win is a 1 vs 1 fighting and gambling game, and was developed as a Game Jam project in 2016. The client-side is completely developed using HTML5 and Javascript (Canvas API), and the server-side uses NodeJS and SocketIO.
GithubThe Game Jam rules were to develop a video game that incuded gambling in some way. Fight & Win includes an initial bet before the fight starts, and that money is directly related to the Health Points of your character, meaning that each time you lose health, you also lose money. At the end of the fight, each player receives an ammount of money that is dependant on how much Health Points did the enemy lose during the fight.
Instead of using a Javascript framework for making games, I developed the whole game by hand (using Javascript and HTML5 Canvas API) in order to learn how to manage sprites, simple 2D physics and overall game logic. Also, I learned the basics of multiplayer games thanks to the implementation of the server-side of the game.