An unfinished, broken game (in typescript!)
Find a file
loplkc 88129a87ba After further reading, re-combined the interfaces
= There wasn't really any point in trying to split the interfaces all
the way up to the top level - this is a game; it is inevitable that some object data
will change and some will stay the same
2022-07-12 11:40:04 -04:00
.vscode Add project data 2022-03-23 17:26:28 -04:00
src After further reading, re-combined the interfaces 2022-07-12 11:40:04 -04:00
.eslintrc.json Add project data 2022-03-23 17:26:28 -04:00
.gitignore Complete redo of the game's structure due to orthogonality and ETC 2022-03-23 17:27:46 -04:00
default.project.json Further progress with Entity Manager 2022-05-27 18:57:52 -04:00
init.client.lua Add project data 2022-03-23 17:26:28 -04:00
LICENSE Initial commit 2021-09-07 19:43:49 +01:00
old.default.project.json Complete redo of the game's structure due to orthogonality and ETC 2022-03-23 17:27:46 -04:00
package-lock.json Further progress with Entity Manager 2022-05-27 18:57:52 -04:00
package.json Further progress with Entity Manager 2022-05-27 18:57:52 -04:00
profiler.lua After further reading, re-combined the interfaces 2022-07-12 11:40:04 -04:00
README.md Completed basic effect functions (object oriented) 2022-03-23 17:28:14 -04:00
tsconfig.json Add project data 2022-03-23 17:26:28 -04:00

p94-ts

The highly unfinished skeleton of an ambitious Roblox game.

This is a Rojo project that uses Roblox-ts. You can compile it and play it yourself if you have Rojo and Roblox-ts installed. However, I cannot guarantee that it will actually work.

(Remember to use npm up before attempting to edit or compile.)