https://github.com/dylanbt928/retrofps
👾 retro-style fps game
https://github.com/dylanbt928/retrofps
cpp retrofps shooter ue5
Last synced: 6 months ago
JSON representation
👾 retro-style fps game
- Host: GitHub
- URL: https://github.com/dylanbt928/retrofps
- Owner: DylanBT928
- License: mit
- Created: 2023-11-04T04:42:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-23T00:14:30.000Z (about 2 years ago)
- Last Synced: 2025-04-03T00:32:34.634Z (12 months ago)
- Topics: cpp, retrofps, shooter, ue5
- Language: C++
- Homepage:
- Size: 119 KB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RetroFPS
This repository is a retro FPS game similar to Doom 1993 and Blood 1997.
Developed with `Unreal Engine 5` and `Visual Studio`
## Download & Install
This repository uses Git LFS for storing large files.
Verify that you have Git LFS installed by running the following command.
git lfs --version
If Git LFS is not installed, please download and run the installer [here](https://git-lfs.com/).
### Install Git LFS hooks
git lfs install
### Clone the Repository
git clone https://github.com/DylanBT928/RetroFPS.git
## Contributing
Any contributions made are greatly appreciated and welcomed. For major changes, please open an issue first
to discuss what you would like to change.
1) Fork the Project
2) Create your Branch (`git checkout -b NewBranch`)
3) Commit your Changes (`git commit -m 'Add new feature'`)
4) Push to the Branch (`git push origin NewBranch`)
5) Open a Pull Request
## License
Distributed under the MIT License. See `LICENSE` for more information.