Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mebens/rts-prototype
A real-time strategy prototype I'm developing with the LÖVE engine and my library, Ammo.
https://github.com/mebens/rts-prototype
Last synced: about 1 month ago
JSON representation
A real-time strategy prototype I'm developing with the LÖVE engine and my library, Ammo.
- Host: GitHub
- URL: https://github.com/mebens/rts-prototype
- Owner: mebens
- Created: 2012-08-16T04:09:22.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-08-16T04:10:14.000Z (about 12 years ago)
- Last Synced: 2023-03-11T15:06:04.810Z (over 1 year ago)
- Language: Lua
- Size: 89.8 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a real-time strategy prototype that I'm developing with the [LÖVE](http://love2d.org) engine and my library, [Ammo](https://github.com/BlackBulletIV/ammo).
## Installation
``` bash
git clone git://github.com/BlackBulletIV/rts-prototype.git
cd rts-prototype
git submodule update --init --recursive
```To run it, make sure you have LÖVE 0.8 installed. Then run the game using LÖVE's application or via the terminal:
``` bash
cd rts-prototype
love .
```
## Controls* Left to select a group. Multiple selection isn't supported at this time.
* Right click to move a group. Drag to explicitly specify the formation the group should take.
* WASD/Arrows to move the camera.
* Q and E to rotate the camera.
* Scroll to zoom the camera.