Personal Project
“Axolotl Battle” is an engaging game developed using fundamental web development technologies, including HTML, CSS, JavaScript, and Node.js. The game revolves around a thrilling battle between two axolotls, controlled by two players.
To participate, both players must be connected to the same Wi-Fi or internet connection. Once connected, their axolotls will appear on the main map. The real excitement begins when the axolotls collide on this map, triggering the start of the battle.
Each axolotl possesses unique elemental attacks. The outcome of the battle depends on the elements chosen by each player. After each round, the winner is awarded a point. The axolotl with the most points at the end of the game emerges as the ultimate victor. This game is a test of strategy, quick decision-making, and a dash of luck.
From a technical perspective, we're dealing with a LAN setup. The game server is currently configured to run on my laptop using my internet connection. To run it on a different computer, you'll need to replace the IP address in the code with the IPv4 address of your internet connection. Then, execute the command “Node .\index.js” in the terminal. Once “Server Working” appears in the console, the game will be playable on multiple devices connected to the same internet network.