1 / 4

Warpaths: a modifiable, Real Time Strategy game written using XNA.

Warpaths: a modifiable, Real Time Strategy game written using XNA. Description. Real Time Strategy (RTS) game Heavily modifiable as game data is stored in lua script files which uses an API I created which is implemented in CSharp and exposed to the lua scripting language.

tamra
Download Presentation

Warpaths: a modifiable, Real Time Strategy game written using XNA.

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Warpaths: a modifiable, Real Time Strategy game written using XNA.

  2. Description • Real Time Strategy (RTS) game • Heavily modifiable as game data is stored in lua script files which uses an API I created which is implemented in CSharp and exposed to the lua scripting language. • This modifiability allows for the creation of new characters, maps, missions etc for the game without the need for recompilation.

  3. Use of Opensource Components • Uses the LuaInterface, an opensource, .net, embeddable lua interpreter to provide the API and to run the custom lua files which store the modifications. • This allows for importing custom data into the game as well as creating dynamic content in the game such as scripted events all by using the power of the lua language.

  4. Next steps • Expansion of the lua API • To take advantage of built-in lua functions such as timers etc. • The game also has an editor which validates lua script files associated with the game. • This can be expanded to be a full IDE for easy, intuitive and convenient script creation.

More Related