Skip to content

matte97p/cabinato

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cabinato Arduino

Introduction

This project implements a version of PacMan, Snake & Tetris for the Arduino platform, utilizing an OLED display for graphics. It includes a simple main menu for game selection and offers a nostalgic gaming experience on a microcontroller.

Features

  • Classic PacMan, Snake & Tetris gameplay
  • Simple main menu with game selection
  • Display icons and game titles
  • Smooth gameplay with responsive controls

Requirements

Hardware

Software

Installation

  1. Clone the repository:

    git clone https://github.com/matte97p/cabinato.git
    cd cabinato
  2. Open the project in Arduino IDE:

  • Launch Arduino IDE.
  • Navigate to File -> Open... and select cabinato from the cloned repository.
  1. Install necessary libraries:
  • In Arduino IDE, go to Sketch -> Include Library -> Manage Libraries.
  • Search for "Adafruit GFX" and "Adafruit SSD1306" and install them.
  1. Upload the code:
  • Connect your Arduino board to your computer.
  • Select the correct board and port from the Tools menu.
  • Click on the upload button to upload the code to your Arduino.

Schema connections

buzzer 13 oled 12 vrx a0 vry a1 sda 20 scl 21 coming soon the schema

Contributing

Contributions are welcome! If you have any improvements or bug fixes, feel free to open a pull request or submit an issue. Please ensure that your contributions align with the overall style and aim of the project.

License

License: MIT This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Inspired by the classic PacMan, Snake & Tetris game.

Thank you for checking out my Cabinato! If you have any questions or need further assistance, feel free to open an issue or contact the project maintainer.

About

Snake|Tetris|PacMan Arduino monochromatic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors