Skip to content

🕹 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

License

Notifications You must be signed in to change notification settings

coetus-jd/marco-polo

Repository files navigation

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