Difference between revisions of "Neon"

From RogueBasin
Jump to navigation Jump to search
(0.3.4 released)
Line 4: Line 4:
|influences = The Elder Scrolls, [[ADOM]]
|influences = The Elder Scrolls, [[ADOM]]
|released = 2007 Aug 28
|released = 2007 Aug 28
|updated = 2010 Dec 28 - 0.3.3
|updated = 2011 Apr 11 - 0.3.4
|licensing = [[GPL]]
|licensing = [[GPL]]
|language = [[Java]], [[Javascript]]
|language = [[Java]], [[Javascript]]
Line 24: Line 24:


===Editor===
===Editor===
A game data editor is included in the latest release. It supports editing nearly all game data (no random quests and dungeon themes supported yet).  
A game data editor is included in the latest release. It supports editing all game data.  


==Current work==
==Current work==
===Gameplay===
===Engine===
The engine itself is nearly feature-complete. Work is now focusing on the actual gameplay. For this, the user interface and savegame system will be updated for the next release.
The engine itself is nearly feature-complete. Work is now focusing on the actual gameplay. For this, the random map and quest generators will be refined.


===Maps===
===Editor===
A new random generation system has been implemented. It allows mixing fixed and randomly created content. Future releases will feature improved wilderness generation.
Editing maps is somewhat awkward at the moment. The vector editor will be improved in coming releases.

Revision as of 17:02, 11 April 2011

Neon roguelike engine
Alpha Project
Developer mdriesen
Theme Fantasy
Influences The Elder Scrolls, ADOM
Released 2007 Aug 28
Updated 2011 Apr 11 - 0.3.4
Licensing GPL
P. Language Java, Javascript
Platforms Java 6
Interface Unicode
Game Length
Official site of Neon roguelike engine


Neon is a roguelike engine. It features a huge overland map and can be modified with XML and JavaScript.

Description

Engine

Neon is not a single game, but an engine that can run roguelikes. All data needed for a specific game is stored in a set of XML files. These files are loaded when starting the engine. This allows anyone to make their own roguelike without the need to write code.

Maps

The engine can handle truly huge maps. The main overland map for testing in the alpha version measures 20400 x 13700 tiles, but can be much bigger. The overland map is on the same scale as the dungeons and scrolls with the player character centered on screen. Multi-level dungeons are fully supported.

Editor

A game data editor is included in the latest release. It supports editing all game data.

Current work

Engine

The engine itself is nearly feature-complete. Work is now focusing on the actual gameplay. For this, the random map and quest generators will be refined.

Editor

Editing maps is somewhat awkward at the moment. The vector editor will be improved in coming releases.