kemblesong / untitled-game

A boilerplate for making ECS games in 🌙script with ❤️2D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UNTITLED GAME

A boilerplate for making games using an Entity Component System architecture.
Written in MoonScript for the Love2D Lua game framework.

Commands

make build : compiles moonscript in src/ to lua

make clean : moves *.lua files from src/ to out/

make : builds, cleans, and runs love on out/

About

A boilerplate for making ECS games in 🌙script with ❤️2D


Languages

Language:MoonScript 54.4%Language:Makefile 27.7%Language:Lua 18.0%