[WIP] Ultima-inspired RPG
Posted: Wed Apr 25, 2018 9:35 am
I recently started playing around with LÖVE and LUA. One of my dreams has always been to write a game much like the Ultima games I loved back in the day. My first Ultima was Ultima IV, but tackling a project this big is beyond what a single person could handle. So I used Ultima IV and V as inspiration.
At the moment I have implemented game states (I can switch between main menu and the map), walking on the overland map, poisonous swamps, simple animations, and slowed movement due to difficult terrain. Before moving forward I need to actually figure out what kind of game it should be and if I want to stick to the tileset I am using at this point. I am also very new to both LUA and LÖVE and I guess my code is nightmare-inducing to more experienced developers.
The code is on GitHub, so feel free to check it out. https://github.com/PlanetStargazer/ultimalike
Currently I am pretty much stuck, since I can't decide in which direction I want to take this project. I could stick close to the Ultima IV formula, or stray from it and make it something else. I am also not sure if I should stick with the tileset since it limits a lot what I can do with it. Unfortunately I am not really an artist, so I have to rely on freely available artwork. And advice is highly appreciated.
At the moment I have implemented game states (I can switch between main menu and the map), walking on the overland map, poisonous swamps, simple animations, and slowed movement due to difficult terrain. Before moving forward I need to actually figure out what kind of game it should be and if I want to stick to the tileset I am using at this point. I am also very new to both LUA and LÖVE and I guess my code is nightmare-inducing to more experienced developers.
The code is on GitHub, so feel free to check it out. https://github.com/PlanetStargazer/ultimalike
Currently I am pretty much stuck, since I can't decide in which direction I want to take this project. I could stick close to the Ultima IV formula, or stray from it and make it something else. I am also not sure if I should stick with the tileset since it limits a lot what I can do with it. Unfortunately I am not really an artist, so I have to rely on freely available artwork. And advice is highly appreciated.