Skip to content

martinopiaggi/Gambetto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gambetto is an open-source casual arcade game enriched with puzzle elements, crafted with passion by a team of five MSc Engineering students as part of a university project at Politecnico di Milano. Player navigates through dungeon-like levels, facing enemy chess pieces and using power-ups to gain new abilities. Currently offering 20 minutes of gameplay, Gambetto serves as a proof of concept. You can play Gambetto downloading executables from itch.io page

We are dedicated to expanding and refining Gambetto. A tiny architecture overview of the game can be found in the game design document.

Contributing

Whether you're looking to fix bugs, add new features, or improve the game with just an idea proposal, your input is valuable to us💙. Here’s how you can contribute:

  1. Fork the project.
  2. Create your feature branch (git checkout -b feature/YourAmazingFeature).
  3. Commit your changes (git commit -m 'Add some AmazingFeature').
  4. Push to the branch (git push origin feature/YourAmazingFeature).
  5. Open a pull request.

If you want to design a Gambetto level check out guideCSV in the docs folder: it breaks down how to use CSV files to generate rooms to compose a level.

License

Gambetto is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.

Developers/contacts