Posts

Showing posts with the label STSB

Current Game Plan

 My current plan with my game (and beyond) is to get the API, Engine, and Game separation finished. That would get it to v.0.0.6.0. Also, then I would have an API and Engine upon which I can build various games. My plan at that point is to make one simpler game (like maybe some Pacman-type game or something). Then I can use that simpler game as something to show people if they ever ask what I've made. Also I can finally say I made my own game from scratch (because the API, Engine, and Game itself would be my own making). Ultimately with the API and Engine, I'd like to have them set-up so that I could make any program using them. So I could make a text editor if I wanted to, or a decoder for some code system I make up. I'd also like to eventually make a program that you can use to create programs from the engine and API. Like it gives you access to the API in order to use it correctly when developing your program, but the engine code is obfuscated at the time. Then when you ...

My Programming Journey

 Before we get started, I'd like to note that I had to correct stuff in here, because it turns out I don't remember the events as well as I thought. Growing up, my parents had dial-up through Juno. This meant all downloads were 2 KB per second and being online meant no one could use the phone. So I didn't get online much. I did get into a few online games, which led to me wanting to be online more. I grew to hate Juno. Somehow with Juno, I got OHRRPGCE and tried making RPG's on it, but failed. I ended up playing the example RPG that came with the program. Eventually I gave up on the RPG's, because it wasn't becoming as great as I imagined. Somehow I also later got Game Maker, and tried making STSB (Super Tadukoo Smash Bros.) on that. I had to look up how to add most of the elements of the game, but I got it working with a Master Hand battle using one attack (from both Master Hand and you) that was like bullets. It had 4 or 5 characters you could play as, but sti...