Last modified by John Stroy on 2018/10/19 11:40

From version Icon 9.1 Icon
edited by John Stroy
on 2011/03/26 06:34
Change comment: There is no comment for this version
To version Icon 9.2 Icon
edited by John Stroy
on 2011/03/26 06:34
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -1,6 +1,6 @@
1 1  The Elona Porting Project aims to create an extensible and maintainable port of the roguelike [[Elona]].
2 2  
3 -Please note that this project is **not** officially sanctioned by **Noa**.
3 +Please note that this project is **not** officially sanctioned by [[Noa]].
4 4  
5 5  The project aims to make an initial port of Elona to Java (pure, no native code outside of the Java platform) through the [[HSPlet framework]] that will be nearly 100% compatible with mainline Elona. Within reasonable bounds, the port should behave just like mainline Elona. Some aspects are difficult or impossible within the provided constraints (for example, inter-process mutexes do not exist in pure Java; therefore, prohibiting multiple active instances through inter-process mutexes would not be possible); such aspects should be minimized if possible.
6 6