https://github.com/arturmareknowak/maze
Implementation of Maze game on STM32F429
https://github.com/arturmareknowak/maze
maze stm32cubeide stm32f429
Last synced: 15 days ago
JSON representation
Implementation of Maze game on STM32F429
- Host: GitHub
- URL: https://github.com/arturmareknowak/maze
- Owner: ArturMarekNowak
- Created: 2020-10-02T15:29:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-30T16:53:56.000Z (almost 2 years ago)
- Last Synced: 2025-02-14T20:40:08.338Z (2 months ago)
- Topics: maze, stm32cubeide, stm32f429
- Language: C
- Homepage:
- Size: 77.6 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Maze
> Implementation of Maze game on STM32F429 where the users job is to go to the end without touching the wall. The ball is moved by movement of the STM board## Table of contents
* [General info](#general-info)
* [Screenshots](#screenshots)
* [Technologies](#technologies)
* [Setup](#setup)
* [Features](#features)
* [Status](#status)## General info
![]()
"[...] Someone to stop me from finding the center of the maze?" ~ Man in black, Westworld TV series## Screenshots
https://www.youtube.com/watch?v=qKLQkHr965o## Technologies
* STM32F429
* STM32CubeIDE## Setup
Clone repository and open the directory within STM32CubeIDE## Status
Project is: _finished_