README formatting

This commit is contained in:
BirDt_ 2026-03-29 15:38:37 +08:00
parent 7104fc0c3c
commit a11166c084

View file

@ -64,6 +64,7 @@ The ~components~ folder contains pre-made components, entities, and systems for
- ~(components 2d)~ contains building blocks for basic 2D elements.
The ~games~ folder contains various sample games made with Imugi.
* Dependencies
The following Chicken dependencies are required:
- raylib
@ -72,6 +73,7 @@ The following Chicken dependencies are required:
- SRFI-69
- csm
- SRFI-78
* Running
From the ~build~ directory, run ~csm -program test.engine .. && ./test.engine~ to run engine tests.