![]() |
Simple ORPG - Printable Version +- Mirage Engine (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Mirage Source (https://mirage-engine.uk/forums/forumdisplay.php?fid=5) +---- Forum: Other (https://mirage-engine.uk/forums/forumdisplay.php?fid=58) +----- Forum: Projects & Show-Off (https://mirage-engine.uk/forums/forumdisplay.php?fid=55) +----- Thread: Simple ORPG (/showthread.php?tid=3328) |
Simple ORPG - unknown - 31-05-2012 Background I wanted to make an open source ORPG in Java using Slick, Tiled for maps and Odyssey graphics. I made most of this in one day, and have been adding onto it since then. I plan on making an open source game out of this, and also maintaining the engine that results from it. Current Features
Screenshots [spoiler] ![]() ![]() Download Client Build (Windows) Download Client Build (Mac) or git the source here Guides Setup your development environment using Eclipse and Git
Building Server.jar
Building Client.jar
*If you find any bugs please post it here, send me a PM or better yet add it on the git issue tracker Re: Simple ORPG - William - 31-05-2012 Looks good from what I can see in the topic, can't try it right now though. Only have netbeans installed atm. Re: Simple ORPG - unknown - 31-05-2012 Thanks, the downloads are actually builds (I edited my original post to make that more clear).. Just double click run-client-win.jar to run the client or run-server.bat to run the server. Edit client.properties to configure where you're connecting to. Edit server.properties to configure starting map and the port. |