Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```