The warioware-like browser game. Created for my final project at my school (year 2025/26)
This Game is pretty much done. How to install and try it out is here documented
This project is build upon reusability -- Meaning, if you want to create your own Minigames it is pretty easy.
If you just want to run and test this project you can do this with 2 options
- devenv shell (if direnv installed call
direnv allowinstead) - devenv up (starts server and database)
(required by school itself)
pre-required:
- The needed Database can be found in the
initdb.sqlfile - The given database is called
garlicand the default username/password arerootandroot
to start the server you need to run: npm start, this will rebuild the typescript files and run the compiled javascript execution
if this is not working:
run node build/routes/index.js, this will run the compiled javascript file instead of trying to compile the ts into js files
if you changed something up, you will need to rebuild the typescript
all should be buildable through npm start, this command also uses the tsc execution file in node_modules, so no need to install any extra libraries
This Project is called garlic,
Warios favorite snack is garlic !!