-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
184 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+5.59 KB
(100%)
Assets/BallancePhysics/Plugins/Android/libs/arm64-v8a/libbphysics.so
Binary file not shown.
Binary file modified
BIN
+3.98 KB
(100%)
Assets/BallancePhysics/Plugins/Android/libs/armeabi-v7a/libbphysics.so
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
# Ballance | ||
|
||
[Chinese Readmre](./README.md); | ||
|
||
## Introduction | ||
|
||
This is an open source unity remake version of ballance game. | ||
|
||
 | ||
|
||
--- | ||
|
||
## Features | ||
|
||
* Original game content | ||
* Level 1-13 | ||
* Custom level (魔脓空间站 as an example) | ||
* Level previewer | ||
* Mod manager | ||
* **Using Lua to make custom mod** | ||
|
||
## Document | ||
|
||
[Full Document](https://imengyu.github.io/Ballance/#/readme) | ||
|
||
[API documentation](https://imengyu.github.io/Ballance/#/LuaApi/readme) | ||
|
||
## System requirements | ||
|
||
||Minimum|Recommended| | ||
|---|---|---| | ||
|Operating system|Windows 7|Windows 7-11| | ||
|Processor|Quad core 3Ghz+|Dual core 3Ghz+| | ||
|Memory|1 GB RAM|2 GB RAM| | ||
|Graphics card|DirectX 10.1 capable GPU with 512 MB VRAM - GeForce GTX 260, Radeon HD 4850 or Intel HD Graphics 5500|DirectX 11 capable GPU with 2 GB VRAM - GeForce GTX 750 Ti, Radeon R7 360| | ||
|DirectX|11|11| | ||
|Storage space|60 MB free space|100 MB free space| | ||
|
||
## Installation steps | ||
|
||
1. Goto [Releases](https://github.com/imengyu/Ballance/releases) find the latest version。 | ||
2. Download the corresponding zip installation package。 | ||
3. After decompression, run `ballance.exe` to start the game。 | ||
|
||
## Turn on debugging mode | ||
|
||
When running in unity editor, it is always debug mode. | ||
|
||
### If you need to turn on the debugging mode of standalone version, you can | ||
|
||
1. Go to the about menu, click the version number several times until the prompt pops up. | ||
2. Then restart the game, you enter the debugging mode. | ||
3. You can press F12 to open the console. | ||
|
||
In the debugging mode, you can press the Q key to raise the ball and the e key to lower the ball. | ||
|
||
Enter the 'quit dev' command on the console to turn off the debugging mode. | ||
|
||
### Open all original levels | ||
|
||
After entering the debugging mode, you can enter `highscore open-all` command in the console to open all levels. | ||
|
||
## Game album | ||
|
||
Original levels | ||
|
||
 | ||
 | ||
 | ||
 | ||
 | ||
 | ||
 | ||
 | ||
 | ||
 | ||
 | ||
|
||
Level 13 | ||
|
||
 | ||
 | ||
|
||
Self made level (魔脓空间站) | ||
|
||
 | ||
 | ||
 | ||
|
||
Level previewer | ||
|
||
 | ||
 | ||
 |
Oops, something went wrong.