If it looks like Im doing a new random thing again, it because I absolutely am
A p p a r e n t l y I am doing a roguelike prototype now?
Long story short
- I was smacking my head agains GBS again and again still with no idea what am I doing
- I realized that I was deeply unfulfilled because ~its not real programming~ and all that stuff
- [one research overload later]
- apparently fantasy consoles are a thing and sound fun
Sooooo yep
Picked up LowRes NX because it resonated with me deeply and now trying to do s o m e t h i n g again
Today I accidentally wrote a basic map generation, some rudimentary movement and field of view on top (and it was rather miserable)
Fun fact
It uses a f u c k i n g BASIC. It has no boolean variables, array sizes are fixed once defined, and closest thing to the function are subprograms (which can't return shit without involving global variables)
On one hand, I feel like an omnipotent god
On other hand, its honestly only a matter of time before I either go insane or switch on something like TIC-80 purely because Lua is far more manageable
The code looks like it's screaming (because it's in pain)