Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matachi/2d-map-editor
A simple map editor written in Java for 2D games
https://github.com/matachi/2d-map-editor
Last synced: 5 days ago
JSON representation
A simple map editor written in Java for 2D games
- Host: GitHub
- URL: https://github.com/matachi/2d-map-editor
- Owner: matachi
- Created: 2011-12-03T10:43:13.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-05-21T14:47:27.000Z (over 12 years ago)
- Last Synced: 2023-03-24T02:51:08.179Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 359 KB
- Stars: 5
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
A map editor written in Java for 2D games. It's meant to be used to generate
text files with characters building up a tile based 2D game.How to use the application
Select which tile that should be painted from the palette from the bottom of
the application.
Moving the mouse holding down the left mouse button will paint the selected
tile.
Holding gown the right mouse button instead will move the camera.
Using the arrow keys will also move the camera.
How to add additional tiles to the applicationPut your additional image files into the data folder and restart the
application. Then they should appear by themselves in the app.How to compile and run the application
Compile:
1. $ cd "2D Map Editor"/
2. 2D Map Editor $ mkdir bin
3. 2D Map Editor $ javac -sourcepath src -d bin src/matachi/mapeditor/Main.java
Run:
1. 2D Map Editor $ java -classpath bin matachi.mapeditor.MainAuthor: Daniel "MaTachi" Jonsson
Date: 3 December 2011