https://github.com/farzonl/nexuswars
A game AI written for an RTS using lwjgl for the graphics.
https://github.com/farzonl/nexuswars
game-ai gradle graphics java lwjgl lwjgl2 opengl
Last synced: 4 months ago
JSON representation
A game AI written for an RTS using lwjgl for the graphics.
- Host: GitHub
- URL: https://github.com/farzonl/nexuswars
- Owner: farzonl
- Created: 2019-08-09T09:37:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-09T10:46:00.000Z (almost 7 years ago)
- Last Synced: 2025-10-03T19:58:40.942Z (10 months ago)
- Topics: game-ai, gradle, graphics, java, lwjgl, lwjgl2, opengl
- Language: Java
- Homepage: https://youtu.be/0CYrthHQbIg
- Size: 15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nexus Wars - Tug of war as an RTS
[](https://youtu.be/sN7NKILlIlY)
## Code status
[](https://codecov.io/gh/farzonl/nexuswars)
[](https://travis-ci.com/farzonl/nexuswars)
[](https://lgtm.com/projects/g/farzonl/nexuswars/alerts/)
[](https://lgtm.com/projects/g/farzonl/nexuswars/context:java)
## Demo
[](https://youtu.be/0CYrthHQbIg)
## Dependencies
- lwjgl 2.9.0
- slick-util
- opengl 2.1
- guava 14.01
## how to build?
```
gradle build
```