2025-04-12 23:28:08 +00:00
|
|
|
# Create-Engine
|
|
|
|
|
2025-04-13 01:03:27 +00:00
|
|
|
A 2d Game engine written in **pure** C
|
|
|
|
|
|
|
|
## Compileing
|
|
|
|
|
|
|
|
Go to the build.py and update the inclued paths, and everything under 'Config'
|
|
|
|
|
|
|
|
run
|
|
|
|
|
|
|
|
`python3 build.py clean`
|
|
|
|
|
|
|
|
then
|
|
|
|
|
|
|
|
`python3 build.py run`
|
|
|
|
|
|
|
|
Then wait for it to compile and run.
|
|
|
|
|
|
|
|
|
|
|
|

|