I hereby claim:
- I am rikchilvers on github.
- I am rikchilvers (https://keybase.io/rikchilvers) on keybase.
- I have a public key ASAPY8dugJuIjFXAxfEf7tbRF16xfYR59W_QoTUV4m3URQo
To claim this, I am signing this object:
| const std = @import("std"); | |
| const testing = std.testing; | |
| const print = std.debug.print; | |
| const Node = struct { | |
| const Self = @This(); | |
| data: u8, | |
| children: ?std.StringHashMap(*Self) = null, |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| function love.conf( t ) | |
| t.screen.width = 100 | |
| t.screen.height = 100 | |
| end | |
| function love.load( ) | |
| tiles = {} | |
| for i = 0, 15 do -- we're going to have a 4x4 grid (16 tiles, counting from 0) | |
| tiles[i] = i -- we'll just have each tile as a number to make it easy see what's going on |