Update README.md

This commit is contained in:
Julia K 2020-09-07 12:33:58 +02:00 committed by GitHub
parent fa342c7568
commit a06e379372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ Vanilla Cave Story does not work yet because some important data files are embed
**Cave Story+ data files:**
![cs+](https://i.imgur.com/8qbfkeb.png)
![cs+](https://i.imgur.com/DIlz4eo.jpg)
#### why rust, it's a hipster language lol
@ -90,5 +90,5 @@ Would 90% of end-users running this thing care about the programming language so
- [Cave Story Tribute Site](https://cavestory.org) - for LOTS of useful resources related to the game.
- [Clownacy for CSE2](https://github.com/Clownacy/CSE2) - some game logic reference / mutual help in reverse engineering bitfields and other shit.
- [CSMC](https://discord.gg/xRsWpz6) - a helpful Cave Story modding community
- [LunarLambda](https://gitdab.com/LunarLambda/organism) - for reimplementing Organya in Rust, which is used by us as `.org` playback engine.
- [LunarLambda for organism](https://gitdab.com/LunarLambda/organism) - for reimplementing Organya in Rust, which is used by us as `.org` playback engine.
- [NXEngine](https://github.com/nxengine/nxengine-evo) - an another OSS rewrite of Cave Story engine I took some inspiration from.