Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vogon101/copiae
RTS Enjine/Game
https://github.com/vogon101/copiae
Last synced: about 1 month ago
JSON representation
RTS Enjine/Game
- Host: GitHub
- URL: https://github.com/vogon101/copiae
- Owner: vogon101
- Created: 2015-05-19T19:53:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-06T20:21:30.000Z (over 9 years ago)
- Last Synced: 2023-08-10T22:03:15.937Z (over 1 year ago)
- Language: Scala
- Size: 309 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Copiae
##Intro
###Scala based game enjine
This game enjine is made in scala using LWJGL for the rendering. It contains utilities for many basic functions that one would not want to keep writing out##Notes
> See the TestWorld and TestWorld2 classes to see how a game might be made.######
> If overriding any methods it would probably be best to call super.method()