I have decided to make public my "game template" for the PICO-8. This is my starting point when I want to make a game.
It has a state machine, some utility functions (very basic) and an example of metatable usage (objects in Lua) with the Entity metatable. It includes a colision function (rectangles colision) for that Entity but it can be adapted to whatever you need.
I know there is another repository with something similar but I wanted to do my own mostly to learn and because everybody code differently.
You can get my template in this github repository
I hope this is helpful :)
P#31117 2016-10-17 13:33 ( Edited 2016-10-22 03:10)
[Please log in to post a comment]



