https://github.com/zlsh80826/translategame
  
  
    A translate game 
    https://github.com/zlsh80826/translategame
  
        Last synced: 3 months ago 
        JSON representation
    
A translate game
- Host: GitHub
 - URL: https://github.com/zlsh80826/translategame
 - Owner: zlsh80826
 - Created: 2016-05-19T03:40:12.000Z (over 9 years ago)
 - Default Branch: master
 - Last Pushed: 2019-04-18T15:29:51.000Z (over 6 years ago)
 - Last Synced: 2025-04-13T11:40:29.670Z (7 months ago)
 - Language: Java
 - Size: 40.9 MB
 - Stars: 2
 - Watchers: 5
 - Forks: 3
 - Open Issues: 0
 - 
            Metadata Files:
            
- Readme: README.md
 
 
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
```