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

https://github.com/zlsh80826/translategame

A translate game
https://github.com/zlsh80826/translategame

Last synced: 3 months ago
JSON representation

A translate game

Awesome Lists containing this project

README

          

# TranslateGame
A translate game
have fun and enjoy:)

## Preparation

* `ln -s . src`
* prepare `material/output.mp3`

## Build

```
javac -cp "lib/*" serialize/*.java translategame/*.java single/*.java Server/*.java
```

## Run

Server

```
java -cp "lib/*:." Server.Server
```

Client

```
java -cp "lib/*:." translategame.TranslateGame
```