So, what's next?
I had wanted to create a Tcp device for Varvara for a while, so I'll probably do just that, and maybe work on a simple Gemini/IRC client to test it out. It'll give me another chance to work on Uxn GUIs.
Top-level
So, what's next? I had wanted to create a Tcp device for Varvara for a while, so I'll probably do just that, and maybe work on a simple Gemini/IRC client to test it out. It'll give me another chance to work on Uxn GUIs. 1 comment
|
I also have my roguelike to finish... or begin, rather :)
My strategy thus far has been to implement little bits and pieces until all the major "algorithms" are done, then create a very simple roguelike on top.
Thus far A* is done, while Bresenham, FOV, and map generation remains. Maybe I'll start with Bresenham next, and use that for the FOV. After the Network experiments, that is.