Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,18 @@ A collection of classes used for 2d game programming in Java. Much of the dirty
## Usage

After building the framework, add the .jar file to your project. Once added to your project have your class extend "game.framework.Game" and implement all the methods from the abstract class. Once everything is set up correctly just run the project and you should see a blank window with a blue background. (Better instructions to come later! :p)

# 繁體中文版說明 2D Java 遊戲框架

Java中用於2D遊戲編程類的集合。 許多麻煩的工作都得到了照顧,這對於初學者遊戲程序員來說非常有用。

## 安裝流程

1. 安裝 java JDK7.
2. 複製這個專案.
3. 如果在Windows上運行make.bat,在Linux上運行make.sh,或者使用netbeans進行編譯.
4. 新增 .jar file 創建在你的專案.

## 使用量

構建框架後,將.jar文件添加到您的項目中。 一旦添加到項目中,您的類將擴展“ game.framework.Game”並實現抽像類中的所有方法。 一切設置正確後,只需運行項目,您將看到一個藍色背景的空白窗口。 (更好的指示以後再說! :p)