Menu

Text Based Game Engine for Java / News: Recent posts

[Pre-release] Almost ready!

So, I have cleared up the files and I am writing a tutorial right now. Release time is still set for Saturday, June 11, 2011, before 5:00 PM. I didn't finish action compatibility, but that will be out in the next release. The next post in news will be in pre-alpha!

Posted by Xenone 2011-06-11

[Still Pre-release]

Added custom actions...kind of. Custom actions (like locks on doors, quests etc.) are not controlling the variables that they should control. When custom actions are finished, I will release the alpha version of the engine (after I write the tutorial on how to use it also).
The target date is Saturday, the 11th of June, before 5:00 PM (Central Time (USA))

Posted by Xenone 2011-06-05

[Still Prerelease] Dev Status Update

I have completed room support and have moved onto items. The GUI is almost finished, and I am thinking that later I will add a developer GUI for room visualization. This will be after the release though. I don't have pictures yet, but I'll have some soon.

Now to go into detail:
Th initial release will not be perfect. I would like reports on any bugs you find. Performance enhancements don't count as bugs. Post those on the forum.
The initial release will feature two files: a .jar example game and the source for that game and a clean source with documentation on the uses of various classes and setup. I'll try to make this simple. Everything is setup in the mainclass file, so you shouldn't need to edit any of the included files.... read more

Posted by Xenone 2011-05-17

Pre-release

Hello everyone! I have recently been working on this and decided that because I wanted to make it open source, I should put it on sourceforge. The basic idea behind this is that it will be a package of .java files that contain methods and variables that will make the creation of a text based game possible. The finished game, if properly set up, will be complete with a GUI and a working system for adding rooms and features.... read more

Posted by Xenone 2011-05-05