Merge branch 'accurate' into portable
This commit is contained in:
commit
1f5d37a938
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -1,3 +1,15 @@
|
||||||
|
## Table of Contents
|
||||||
|
|
||||||
|
This repo has multiple branches:
|
||||||
|
|
||||||
|
Branch | Description
|
||||||
|
--------|--------
|
||||||
|
[accurate](https://www.github.com/Clownacy/Cave-Story-Engine-2/tree/accurate) | The main decompilation branch. The code intended to be as close to the original as possible, down to all the bugs and platform-dependencies.
|
||||||
|
[portable](https://www.github.com/Clownacy/Cave-Story-Engine-2/tree/portable) | This branch ports the engine to SDL2, and addresses numerous portability issues, allowing it to run on other platforms.
|
||||||
|
[enhanced](https://www.github.com/Clownacy/Cave-Story-Engine-2/tree/enhanced) | Based on the portable branch, this adds several enhancements to the engine, and makes it more accessible to modders.
|
||||||
|
[emscripten](https://www.github.com/Clownacy/Cave-Story-Engine-2/tree/emscripten) | Modifies the engine to build with Emscripten, [allowing it to run in web browsers](http://sonicresearch.org/clownacy/cave.html).
|
||||||
|
[wii](https://www.github.com/Clownacy/Cave-Story-Engine-2/tree/wii) | Ports the engine to the Nintendo Wii.
|
||||||
|
|
||||||
# Cave Story Engine 2 (portable)
|
# Cave Story Engine 2 (portable)
|
||||||
|
|
||||||
Cave Story Engine 2 is a decompilation of Cave Story.
|
Cave Story Engine 2 is a decompilation of Cave Story.
|
||||||
|
|
Loading…
Add table
Reference in a new issue