This is the repository for the subpage of https://game.jamnig.net and includes the source code of the self-coded Mario game using Phaser 3. The project is still a work in progress, if there is time, a new feature will be added. The game changelog can be found here: https://jamnig.net/changelog
Hint All images and tiles are used from the original Mario game, I do not belong any rights of those assets.
- To check out the page on your own, you can clone the project and start it on a web server.
- If you want to change something, you have to do the following additional steps:
- Install dependencies:
npm i
- Start TailwindCSS style updating:
npx @tailwindcss/cli -i ./src/styles.css -o ./src/output.css --watch
- Install dependencies: