An on-chain game where 2 players and trying to attack and avoid being attacked.
This project is a simple game developed using the MUD (Multi-User Dungeon) framework. The game revolves around two players, one assuming the role of a cat and the other assuming the role of a mouse. The objective of the cat is to attack the mouse, while the mouse tries to avoid the cat for as long as possible. When the cat successfully attacks the mouse, the players' roles switch. Please note that this project is solely for experimentation purposes with the MUD framework.
The project is built using the MUD engine and the frontend is built using plain HTML.
The project is relatively simple but would be a good start to make greater on-chain games in the future.
Learning points from using MUD: