Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ekmartin/typpoold
Typpo!
https://github.com/ekmartin/typpoold
Last synced: 5 days ago
JSON representation
Typpo!
- Host: GitHub
- URL: https://github.com/ekmartin/typpoold
- Owner: ekmartin
- Created: 2014-02-07T16:03:48.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-09T00:17:08.000Z (over 10 years ago)
- Last Synced: 2024-10-30T13:25:57.742Z (20 days ago)
- Language: Java
- Homepage:
- Size: 30.4 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Typpo
=====================This game was created as our entry for the game competition in the course TDT4100 (Introduction to Object Oriented Programming).
## Built JARs
OS X: [JAR](https://github.com/ekmartin/Typpo/releases/download/1.0/TyppoOSX.jar)Windows: [JAR](https://github.com/ekmartin/Typpo/releases/download/1.0/TyppoWindows.jar)/[EXE](https://github.com/ekmartin/Typpo/releases/download/1.0/TyppoWindows.exe)
Linux: [JAR](https://github.com/ekmartin/Typpo/releases/download/1.0/TyppoLinux.jar)/[SH](https://github.com/ekmartin/Typpo/releases/download/1.0/TyppoLinux.sh)
Server: [JAR](https://github.com/ekmartin/Typpo/releases/download/1.0/TyppoServer.jar)
## About
Typpo is a typing game where you play either alone or versus an opponent over the internet. The goal of the game is simple, write the words on the falling blocks and survive as long as possible.The music in the game was created by [martinhath](https://github.com/martinhath).
![Typpo](http://i.imgur.com/NJ8qFAA.png)
## Running
If you want to run the code without the pre-built JARs you need to add the JARs in the lib folder to your classpath. Additionally you need to mark the lib-folder in lib/kryonet as a sources root. You also need to add the following to your VM-options:```
-Djava.library.path=lib/lwjgl-2.9.1/native/macosx
```