Alek Posted February 18, 2015 Posted February 18, 2015 I think it's the fantasy of a lot of gamers, making their own game which others get to experience. What a lot of people can't grasp is the complexity involved in undertaking such a project. Fortunately I've made a few games before and know what I can and can't do as a solo developer. Utilizing my previous core from the Cake Quest project, I already have a solid 2d foundation to build my game off of. The multiplayer aspect will be very controlled and most (if not all) aspects will be checked by the server in an event-based system to prevent hacks. I don't want to type out a long timeline explaining everything I plan to add, but I've sat down and worked out a lot of the game mechanics. 17 Feb 2015 - Created a drawing system to paint objects from separate classes to the main JPanel. Cake Quest was small enough to have all the paint code in a single class, however this project will be too big. 18 Feb 2015 - Cleaned up some code and worked on the foundation of the "Battle Room". The battle room/scene is where you will fight other npcs (and eventually other players). 4
Guest Posted February 18, 2015 Posted February 18, 2015 I would love to make a game one day, maybe something along the lines of Pokémon etc.
Botre Posted February 18, 2015 Posted February 18, 2015 One tip: plan your game before you actually write an engine for it (if you're writing one for scratch that is). Or else you'll just get lost / waste time on features you won't ever use :p Been there done that... a couple of times now Gl sexy
Jin Posted February 18, 2015 Posted February 18, 2015 Ahhh, this reminds me of Pokemon on GameBoy! Nostalgia.. Wish you the best of luck.