Project Broban (placeholder name) is an isometric 2D game where the goal is to kill monsters and defeat the boss as fast as possible. If you beat the game, you will be able to post your score to the scoreboard linked below!
To test the website locally so that back end stuff works, download Xampp
and clone the repo to {Xampp install folder}/htdocs
(for example C:/xampp/htdocs
). Start Xampp and press Start
next to Apache
and MySQL
.
Change the settings in config.php and then run setup.php in you browser to setup the database.
This project is built with MonoGame version 3.5 for Visual Studio Community Edition 2015, running on Windows 10.