aboutsummaryrefslogtreecommitdiff
path: root/examples/game/world.tm
AgeCommit message (Expand)Author
2025-04-06No more colons for blocksBruce Hill
2025-04-06Change method calls to use `foo.baz()` instead of `foo:baz()`Bruce Hill
2025-04-05Fix some of the constructor logicBruce Hill
2025-04-04First working compile of refactor to add explicit typing to declarationsBruce Hill
2025-04-01Move patterns into a moduleBruce Hill
2025-03-11Update commentsBruce Hill
2025-03-11Support external structs with namespaced methods (also C-strings are nowBruce Hill
2025-03-10Fixes for examplesBruce Hill
2025-01-12Fix up examplesBruce Hill
2024-11-09Support iterating over pointers to collections againBruce Hill
2024-10-27Fix up examples to no longer use '&'Bruce Hill
2024-10-09Change function syntax from `func(args)->ret` to `func(args -> ret)`Bruce Hill
2024-09-08Center playerBruce Hill
2024-09-08Turn into mapBruce Hill
2024-09-08Add example game using raylibBruce Hill