Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tfg13/centuries-of-rage
A 2D strategy game written in Java
https://github.com/tfg13/centuries-of-rage
Last synced: about 5 hours ago
JSON representation
A 2D strategy game written in Java
- Host: GitHub
- URL: https://github.com/tfg13/centuries-of-rage
- Owner: tfg13
- License: other
- Created: 2011-02-04T20:55:17.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-09-09T12:29:56.000Z (about 13 years ago)
- Last Synced: 2023-12-28T04:00:24.990Z (11 months ago)
- Language: Java
- Homepage:
- Size: 56.3 MB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
13Ducks Entertainment's: Centuries of Rage
Content:
1. Requirements
2. How to install everything
3. How to run CoR
4. FAQ
5. Licensing information
6. How to get involved
7. How to contact us---------------------------------------------------------
1. GETTING STARTED
CoR needs the following components/libraries to run:
See Chapter 2 for instructions how to install them on your system.- Java runtime (version 6)
- Sun/Oracle JRE recommended - may work with others, but no support for them
- OpenGL & OpenAL
- must be supported by your graphics chip
- LWJGL---------------------------------------------------------
2. HOW TO INSTALL
Please note: There is no installer at this time.
You have to install everything manually.
We try to deliver an auto-installer ASAP.WINDOWS:
- If not installed, install Java from java.com
- Make sure you have the latest drivers for you graphics card installed
- Download LWJGL from lwjgl.org and copy the .dll's to Windows/System32 folder.LINUX:
- If not installed, install Java 6 Sun runtime environment.
- (Ubuntu:) enable the "partner" repository & install "java-6-sun" package
- Download LWJGL from lwjgl.org and copy the .so's to /usr/lib
- Make sure OpenGL & OpenAL is installedMAC:
- Download LWJGL from lwjgl.org and copy the .jnilib and .dylib into Libraries
---------------------------------------------------------
3. HOW TO RUN
WINDOWS:
There may be a "CoR.exe" located within the game-directory. Just doubleklick it.
ALL SYSTEMS:
- Depending on the way java is installed, it may work to double-click CoR.jar
- If not, try run it direct from the command-line:java -Xmx512m -Xms512m -jar CoR.jar
---------------------------------------------------------
4. FAQ
Q: The game does not start/crashes with cannot find * librarys.
A: Try to install the files mentioned in the error-dialog.
If it says something about "native" libs the lwjgl.* (dll, so, jnilib) cannot be found.
Try placing it somewhere else or point to it via -native-library-path=PATH---------------------------------------------------------
5. Licensing information
See LICENSE for more information
---------------------------------------------------------
6. How to get involved
Fork the Repository at GitHub & email us!
---------------------------------------------------------
7. How to contact us
Email us!
Thank you for using CoR!