Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 16 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-09T10:46:00.000Z (over 5 years ago)
- Last Synced: 2024-10-19T07:13:33.567Z (2 months ago)
- Topics: game-ai, gradle, graphics, java, lwjgl, lwjgl2, opengl
- Language: Java
- Homepage: https://youtu.be/0CYrthHQbIg
- Size: 15 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nexus Wars - Tug of war as an RTS
[![nexus wars](https://raw.githubusercontent.com/farzonl/nexuswars/master/nexusWars.png)](https://youtu.be/sN7NKILlIlY)## Code status
[![codecov](https://codecov.io/gh/farzonl/nexuswars/branch/master/graph/badge.svg)](https://codecov.io/gh/farzonl/nexuswars)
[![Build Status](https://travis-ci.com/farzonl/nexuswars.svg?branch=master)](https://travis-ci.com/farzonl/nexuswars)
[![Total alerts](https://img.shields.io/lgtm/alerts/g/farzonl/nexuswars.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/farzonl/nexuswars/alerts/)
[![Language grade: Java](https://img.shields.io/lgtm/grade/java/g/farzonl/nexuswars.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/farzonl/nexuswars/context:java)## Demo
[![nexus wars](https://raw.githubusercontent.com/farzonl/nexuswars/master/nexusloop.gif)](https://youtu.be/0CYrthHQbIg)## Dependencies
- lwjgl 2.9.0
- slick-util
- opengl 2.1
- guava 14.01## how to build?
```
gradle build
```