Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/OpenBiohazard2/OpenBiohazard2
Open source re-implementation of the original Resident Evil 2 / Biohazard 2
https://github.com/OpenBiohazard2/OpenBiohazard2
go resident-evil residentevil
Last synced: 28 days ago
JSON representation
Open source re-implementation of the original Resident Evil 2 / Biohazard 2
- Host: GitHub
- URL: https://github.com/OpenBiohazard2/OpenBiohazard2
- Owner: OpenBiohazard2
- License: mit
- Created: 2020-01-06T05:06:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-24T03:41:38.000Z (5 months ago)
- Last Synced: 2024-10-27T21:16:08.859Z (about 2 months ago)
- Topics: go, resident-evil, residentevil
- Language: Go
- Homepage: https://openbiohazard2.github.io/
- Size: 706 KB
- Stars: 236
- Watchers: 15
- Forks: 13
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-golang-repositories - OpenBiohazard2 - implementation of the original Resident Evil 2 / Biohazard 2 (Repositories)
README
# OpenBiohazard2
Open source re-implementation of the original Resident Evil 2 engine written in Go and OpenGL. You must own a copy of the original game.
### Installation
1. Clone this project.
2. Get the game data from your installed location. Copy all the files to the `data/` folder in this repository.
3. Run `go build`.### Task list
- [ ] Audio
- [ ] Background music
- [ ] Core sound
- [ ] Game
- [x] Collision detection
- [x] Event triggers
- [ ] Inventory system
- [ ] Enemy AI
- [ ] Puzzles
- [ ] Door transitions
- [ ] Renderer
- [x] Animation
- [x] Pre-rendered background
- [x] Depth testing
- [ ] Sprites
- [ ] Shadows### Controls
- W/S to move forward/backward.
- A/D to rotate left/right.
- Tab to access inventory.
- Enter is action button.### Other tools
- [Bio2 script viewer](https://github.com/OpenBiohazard2/Bio2ScriptIde)
### References
- https://github.com/pmandin
- https://github.com/yanmingsohu/Biohazard2
- https://github.com/MeganGrass/BioScript
- https://github.com/mortician