aboutsummaryrefslogtreecommitdiff
path: root/examples/game/player.tm
AgeCommit message (Expand)Author
2025-09-01Overhaul code to stop keeping examples and libraries in the same repo,Bruce Hill
2025-04-06Improved inline C code: now uses `C_code` keyword and supportsBruce Hill
2025-04-06No more colons for blocksBruce Hill
2025-04-06Change method calls to use `foo.baz()` instead of `foo:baz()`Bruce Hill
2025-03-11Fixes for integer truncationBruce Hill
2025-03-11Support external structs with namespaced methods (also C-strings are nowBruce Hill
2025-03-10Fixes for examplesBruce Hill
2024-10-27Fix up examples to no longer use '&'Bruce Hill
2024-09-15Update Inline C syntax and documentation/testsBruce Hill
2024-09-08Center playerBruce Hill
2024-09-08Turn into mapBruce Hill
2024-09-08Add example game using raylibBruce Hill