Skip to content

Small microcontroller game without external libraries.

License

Notifications You must be signed in to change notification settings

NikitaDzer/NuPogodi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nu, pogodi! - microcontroller game

Description

Nu, pogodi! is a simple implementation of the Soviet LCD game for STM32.
The game is written in C without any external libraries.

In-game footage

Do not let eggs to drop!
In-game footage

Prerequisites

  • arm-none-eabi-gcc v13.2.0
  • st-flash v1.3
  • STM32F0_discovery board
  • I2C oled display
  • 4 buttons to control
  • seven-segment display (optional)

Installation

  • Clone the repository:
git clone https://github.com/NikitaDzer/NuPogodi.git
  • Compile and load the game to microcontroller:
cd NuPogodi
make
make flash

Usage

Сonnect the peripherals to the following pins:

  • PB6-PB7: I2C display
  • PC0-PC3: 4 buttons
  • PA1-PA12: seven-segment

License

MIT

About

Small microcontroller game without external libraries.

Topics

Resources

License

Stars

Watchers

Forks