Game developed for the discipline of Console Games
Note: Play on Wokwi: https://wokwi.com/projects/346622230205039186
Note: The Wokwi simulator has some performance issues so the game may look broken or the image is low quality, but on real hardware it works fine!
The game's central idea is a children's game called "marco polo", where the player needs to find your friends in the dark.
When the lights are turned off in the game, friends go to random places inside their own room, the only visible thing is the character's eyes.
When the character finds a friend, that friend's eyes appear. If it is difficult to find other friends, the player can press the action button (in Wokwi it is the red button, in the real console it is the purple button) and the positions of the other friends will be revealed, for a short period of time, where the character main says "Marco" and the friends "Polo".
The ultimate goal of the game is to find all the kids before time runs out (the timer is in the top center of the game).
This project contains a game developed from the Console Games discipline in FATEC Americana.
- Clone this repository
git clone https://github.com/coetus-jd/console-game.git
- Enter in the project's folder:
cd console-game
- Run whatever project you want 😃
- Fork this repository
- Create a branch with your feature:
git checkout -b my-feature
- Commit your changes:
git commit -m 'feat: My new feature'
- Push your branch:
git push origin my-feature
- Alberto Luigi Venciguerra - Graphic Design, Level Design, Adminstration
- Ana Laura - Graphic Design and Level Design
- Bruno Ganade Alves - Hardware
- Bruno Miguel Degasperi Serra - Graphic Design and Level Design
- Fabrício Pinto Ferreira - Coding and testing
- Gustavo Antônio Mioto - Coding and testing
- Leonardo Rezende Nakashima - Coding and testing
- Lucas Bocatto - Graphic design and Level Design
- Mateus Peres - Coding and testing
- Matheus Rodrigues Mantovani - Documentation
This project is under the GPL-3.0 license. Take a look at the LICENSE file for more details.
- https://circuitstate.com/tutorials/how-to-use-vs-code-for-creating-and-uploading-arduino-sketches/#Workspace
- https://www.arduino.cc/en/software
- https://www.npmjs.com/package/clang-format
- https://www.mischianti.org/images-to-byte-array-online-converter-cpp-arduino/