/marco-polo

๐Ÿ•น Try to find your friends inside a dark room and shout "Marco polo"! Made with Arduino and Wokwi. Play on: https://wokwi.com/projects/346622230205039186

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Marco Polo

Game developed for the discipline of Console Games

License


๐ŸŽฎ Overview game

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!

๐Ÿ’พ Overview hardware

๐Ÿ“– About

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.

๐Ÿงฑ This project was built with:

๐Ÿ„โ€โ™‚๏ธ Quick Start

  1. Clone this repository git clone https://github.com/coetus-jd/console-game.git
  2. Enter in the project's folder: cd console-game
  3. Run whatever project you want ๐Ÿ˜ƒ

โ™ป๏ธ Contribute

  1. Fork this repository
  2. Create a branch with your feature: git checkout -b my-feature
  3. Commit your changes: git commit -m 'feat: My new feature'
  4. Push your branch: git push origin my-feature

๐Ÿค Contributors

๐Ÿ“ƒ License

This project is under the GPL-3.0 license. Take a look at the LICENSE file for more details.

๐Ÿ“š Learn more