leviska / microboy

Game console for microcontrollers

Repository from Github https://github.comleviska/microboyRepository from Github https://github.comleviska/microboy

microboy

This is a game console project for microcontrollers
Main controller, on which this project is centered, is stm32f10x

Games

Demo

This is simplest project to test all the subprojects: input, render, etc

Tetris

Just tetris, also for more intense testing

The Legend of Chippy

TBA

Building

Mainly building is make target_platform, but you must install dependencies first

Linux

Install/download/make SFML library, put it's path (if needed) into makefile, then make linux

stm32f10x

TBA

About

Game console for microcontrollers

License:MIT License


Languages

Language:Makefile 56.2%Language:C++ 27.7%Language:C 16.1%