Thunderbird said:
I don't know why there are no other small games like this out there. They are so easy to do, and the Jag is fun to program them on.
They're easy for you to do because your intimately familiar with the internals of the jag and its various languages, people who havnt done much jag programing would find it a real chalange Im sure (I know I would).
For example, yesterday I was reading about A* pathfinding and decided to write a small sample program to let me play arround with it on hexagonal tile based maps, so I can better understand how it works. Im a pretty expierenced VB coder but since Im trying to learn c++, I picked that to do it in. However, before I could even get to the important parts of the program, I got hung up on simple things like the way to store the map, how to create a variable sized array, something so simple in vb, but because I dont have much expierence of using c++ I got stuck on it, the first hurdle, and then gave up after a while.
Unfortunatly all things are down to expierence, and it seems almost nobody has much expierence with writing Jag games, hence all the little games that could, nay should, be writen for blj or jugs type uploading, arnt.