- adding readme

This commit is contained in:
Ilya 2019-05-29 01:33:47 +06:00 committed by GitHub
parent 5891aaf6d3
commit 375dbd2f45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

13
README.md Normal file
View File

@ -0,0 +1,13 @@
# REDRIVER2
This project attempting to reverse-engineer PS1 game Driver 2;
This is probably NOT going to be a 1:1 recreation of the original source code.
- First we need to understand what's going on with all of this and how it works
- Second is to implement data format loaders as the game does
- Third is to attempt to reverse-engineer basic gameplay stuff (core mechanics - car physics, pedestrians, etc)
- Fourth is to build the game based on this reverse engineered work and get rid of hardcoded shit (there's a lot)
Project may be abandoned at any time.