Difference between revisions of "Neon"

From RogueBasin
Jump to navigation Jump to search
m (updated description)
m (svn updates)
Line 24: Line 24:


===Editor===
===Editor===
A game data editor is included in the latest release. It supports editing nearly all game data. For now, only existing games can be adapted, but the ability to create a mod from scratch will be in the next release.
A game data editor is included in the latest release. It supports editing nearly all game data. For now, only existing games can be adapted, but the ability to create a mod from scratch is already available in the latest svn build.


==Current work==
==Current work==
===Ruleset===
===Ruleset===
The engine itself is nearly feature-complete. Work is now focusing on the actual gameplay. For this, the magic and combat system will be updated in future releases.
The engine itself is nearly feature-complete. Work is now focusing on the actual gameplay. For this, the magic and AI system will be updated in future releases.


===Maps===
===Maps===
A new random generation system is in the planning phase. It will allow to mix random and fixed content on one map.
A new random generation system is in the planning phase. It will allow to mix random and fixed content on one map. Limited support has been added to the latest svn build.

Revision as of 21:21, 6 June 2010

Neon roguelike engine
Alpha Project
Developer mdriesen
Theme Fantasy
Influences The Elder Scrolls, ADOM
Released 2007 Aug 28
Updated 2010 Jun 3 - 0.3.1
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 nearly all game data. For now, only existing games can be adapted, but the ability to create a mod from scratch is already available in the latest svn build.

Current work

Ruleset

The engine itself is nearly feature-complete. Work is now focusing on the actual gameplay. For this, the magic and AI system will be updated in future releases.

Maps

A new random generation system is in the planning phase. It will allow to mix random and fixed content on one map. Limited support has been added to the latest svn build.