Calculator: TI-84+SE
Hello, I want to do a game, and I need one 14x24 matrix (or more): For divide the screen in 4x4 blocks, and boolean values to set this blocks black (1), and white (0). Then, the black blocks will be unpassable, and the user will travel around the white blocks.
This matrix size, actually is 9bytes per element (floating point number), but I want to set it as boolean to save a lot of memory. The floating point numbers matrix is actually more than 3kB, and in a calculator with 24 kB of RAM, this is not acceptable.
How can I do this?
Thanks for your help
Hello, I want to do a game, and I need one 14x24 matrix (or more): For divide the screen in 4x4 blocks, and boolean values to set this blocks black (1), and white (0). Then, the black blocks will be unpassable, and the user will travel around the white blocks.
This matrix size, actually is 9bytes per element (floating point number), but I want to set it as boolean to save a lot of memory. The floating point numbers matrix is actually more than 3kB, and in a calculator with 24 kB of RAM, this is not acceptable.
How can I do this?
Thanks for your help