aboutsummaryrefslogtreecommitdiff
path: root/examples/game
AgeCommit message (Collapse)Author
2025-04-06Improved inline C code: now uses `C_code` keyword and supportsBruce Hill
interpolation with @
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
and support untyped empty collections and `none`s
2025-04-01Move patterns into a moduleBruce Hill
2025-03-30Further support for .dylib files on mac by changing syntax for libraryBruce Hill
imports to `use -lfoo` instead of `use foo.so`
2025-03-11Update commentsBruce Hill
2025-03-11Fixes for integer truncationBruce Hill
2025-03-11Support external structs with namespaced methods (also C-strings are nowBruce Hill
`const char*` instead of `char*`)
2025-03-11Don't use '$' prefix for field namesBruce Hill
2025-03-10Fixes for examplesBruce Hill
2025-02-04Add a `_` prefix on variables so it's easier to debug in GDBBruce 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-16Deprecate :or_else()/:or_fail()/:or_exit() in favor of the `or` operatorBruce Hill
2024-09-15Update Inline C syntax and documentation/testsBruce Hill
2024-09-15Add optional:or_exit(...)Bruce Hill
2024-09-15Fix up `if var := ...:` in ternary expressions and optional checkingBruce Hill
logic
2024-09-08Add MakefileBruce Hill
2024-09-08Center playerBruce Hill
2024-09-08Turn into mapBruce Hill
2024-09-08Take map as a CLI parameterBruce Hill
2024-09-08Update docsBruce Hill
2024-09-08Add example game using raylibBruce Hill