Results for "Author: mike firoved"
To experiment making games. I was inspired by BigCalm's article on PSC about games and AI. So here it is my first game. it's just like a hello world for me. so I called it hello game.
This code simulates a 6502 processor. you can program in assembly language and test your ideas without the actual chip.
To be able to make files on the fly. To embed those files within the executable of the vb program. To have one exe file that can make dependent files as needed.
To make animations like cartoonists do, page at a time. To demonstate how to save files and load files. To demonstrate how to save data in text format.
this code was designed to test out how small robots could work together and move in an environment together. This is just the start I will add the completed version soon.
To experiment making games. I was inspired by BigCalm's article on PSC about games and AI. So here it is my first game. it's just like a hello world for me. so I called it hello game.