From 3e20167a063c2f60e34f05bdd60344a2235048bf Mon Sep 17 00:00:00 2001 From: ZacharyPatten Date: Fri, 15 Dec 2023 11:36:42 -0600 Subject: [PATCH] fps readme --- Projects/First Person Shooter/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Projects/First Person Shooter/README.md b/Projects/First Person Shooter/README.md index d484dadd..bb3b0566 100644 --- a/Projects/First Person Shooter/README.md +++ b/Projects/First Person Shooter/README.md @@ -21,8 +21,6 @@ Hosted On GitHub Pages

-> NOTE: This code was originally forked from https://github.com/OneLoneCoder/CommandLineFPS. - Play from the first person perspective and shoot some baddies. This is a target range where you have 60 seconds to shoot as many targets as you can. Every time you shoot a target, a new one will spawn somewhere in the arena. Good Luck! ``` @@ -78,9 +76,9 @@ Play from the first person perspective and shoot some baddies. This is a target - `Tab`: toggle stats - `Escape`: exit -## Credits +## Credit -This game was built off of this implementation by Javidx9 (aka "One Lone Coder"): +This game was originally forked from Javidx9's (aka "One Lone Coder") implementation here: https://github.com/OneLoneCoder/CommandLineFPS/blob/master/CommandLineFPS.cpp ## Downloads