Go to file
2024-04-07 01:38:06 +05:00
games/squareroom Start making this thing into an actual game engine. 2024-04-07 01:38:06 +05:00
maps Add missing files. 2024-04-05 23:15:45 +05:00
.gitignore feat(levels): f5 to save current level 2024-04-04 21:41:10 +03:00
alert.py feat(save_level): now displays a alert with filename 2024-04-04 23:55:54 +03:00
constants.py Slow down a bit. 2024-04-05 01:51:26 +05:00
draw.py A partial fix for rendering finite lines. 2024-04-05 19:24:50 +05:00
gyro.py Add __iadd__ and __isub__ to GyroVector. 2024-04-06 23:46:43 +05:00
levels.py Switch from p3hel to json. 2024-04-05 23:06:56 +05:00
LICENSE Set the correct e-mail in LICENSE, cuz of course I have set the wrong one. 2024-04-03 16:22:51 +05:00
lines.py Make some optimizations. 2024-04-05 17:40:54 +05:00
main.py Start making this thing into an actual game engine. 2024-04-07 01:38:06 +05:00
README.md Change README.md a bit. 2024-04-03 16:25:55 +05:00
serialize.py Add missing files. 2024-04-05 23:15:45 +05:00

Pseudo-3D hyperbolic engine

My school project