Skip to content

7Segment aim to be a C based game framework just like pico8

Notifications You must be signed in to change notification settings

5icheng7hang/7Segment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is a easy, simple maybe even a little buggy game framework

ScreenShot

Warning: this project is currently not finished! and having some memry leaking(?) issue.


this project is aim to build a game framework that works like pico8, which you only need to write code in GameplayCore.c file. and there're two special call back function, birth() which works exactly like init() or beginplay() in other game engine/framework. and pulse() works exactly like tick() or update() function.

all the useful functions are putted into method.c/method.h, feel free to expand it.


project it self contains a simple example for getting input and draw some basic shapes.


Maybe useful for programming beginers to just making game while motifying this whole framework.

About

7Segment aim to be a C based game framework just like pico8

Topics

Resources

Stars

Watchers

Forks

Languages