Skip to content

projectdelphai/JAdventureGameEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JAdventureGameEditor

Description

A simple python script to make it easier to rewrite JAdventure game files. The eventual plan may be to create a gui, but for now, this is a quick way to do it rather than editing json files by hand.

Dependencies

numpy and matplotlib

Usage

Note: When displaying locations, you need to encompass the points on the end. And it only displays the underground for now. You can change underground to aboveground in the code to get aboveground views.

To start:

python JAdventureGameEditor.py

The initial beginning for the game and recommended to start editing is 0,0,-1

To move north,south,east,and west:

mn
ms
me
mw

To create a room to the north,south,east,and west:

cn
cs
ce
cw

To delete a room to the north,south,east,and west:

dn
ds
de
dw

The standard title for a corridor undergorund is:

Dark Corridor

The standard description for a corridor underground is:

A very long dark corridor

The standard locationType for tiles underground is:

CAVE

Notes

  1. You currently cannot delete tiles, you'll need to edit by hand if you make a mistake (jsoneditoronline is recommended for this)
  2. This is very early software and more for personal ease than for production, use with caution. Fix where necessary.
  3. Going up and down is not yet implemented. Will need to be.

Contributing

  1. Fork
  2. Clone
  3. Make a branch (optional)
  4. Push to your own fork
  5. Make a pull request

About

A python script to more easily write game files for JAdventure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages