Small university project game made in 2020 by Aitor Astorga Saez de Vicuña and Danel Mazkiaran Hernandez
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This game was developed as a small university project in 2020 (wouldn't have guessed by the title huh 😆). The mechanic is pretty simple: You control Alvaro, a guy in a tiny spaceship who wants to steal coins from different worlds. But the planets will defende themselves, avoid their shots!
Game characteristics:
- Levels are inifinite and dificulty increases with each
- Option to save the game by pressing 's'
- There is a leaderboard with local game points
The thing is built with:
yep, that's it 😊
You must have a Windows operating system to play this game. Unfortunately, we were too young and Linux-less when we did this, and we didn't know any better.
Additionally, you will need support for C from Visual Studio. Install C and C++ support in Visual Studio
To get a local copy up and running follow these simple example steps.
- Download and unzip the file NomNom2020.zip
- Place the newly created folder in any location you wish
- Execute Nom Nom 2020.exe
- OPTIONAL: you can create a shortcut to your Desktop for easy access to the game!
- Play!
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GNU General Public License v3.0. See LICENSE
for more information.
Aitor Astorga Saez de Vicuña - a.astorga.sdv@gmail.com
Danel Mazkiaran Hernandez - danel.mazkiaran@gmail.com
Project Link: https://github.com/AitorAstorga/Nom-Nom-2020