Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matachi/robots-stole-my-girlfriend
https://github.com/matachi/robots-stole-my-girlfriend
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/matachi/robots-stole-my-girlfriend
- Owner: matachi
- Created: 2012-03-13T12:18:14.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-01-08T14:19:16.000Z (about 10 years ago)
- Last Synced: 2024-11-10T04:22:43.141Z (2 months ago)
- Language: Java
- Homepage:
- Size: 18.1 MB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Group 8 - Robots Stole My Girlfriend
====================================
Daniel Jonsson, Johan Grönvall and Johan Rignäs.Directories
-----------* doc - Here can all documentation related to the project be found (such as RAD and meeting protocols).
* lib - Folder for external libraries, such as Slick and JDom.
* res - Here can images, audio and similar files be found.
* src - Folder for all code.
* test - Folder for all test classes.How to Run The Game
-------------------1. Clone the project. Probably with `git clone [email protected]:MaTachi/Robots-Stole-My-Girlfriend.git`.
2. Open Eclipse.
2. Import the project into Eclipse.
3. Compile the project and run it.Map Editor
----------### Location
The map editor can be found on the following URL: https://github.com/MaTachi/2D-Map-Editor
### How to use a map in RSMG
1. Create a map with the map editor.
2. Put the map in `Robots-Stole-My-Girlfriend/res/data/level/` and name it `LevelX.xml`.
3. Start the game and the map should be available on the level selection screen.