Skip to content

Commit

Permalink
Update OneLoneCoder_RetroArcadeRacer.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
OneLoneCoder authored Mar 5, 2018
1 parent f6bab8e commit 15986e4
Showing 1 changed file with 25 additions and 8 deletions.
33 changes: 25 additions & 8 deletions OneLoneCoder_RetroArcadeRacer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,32 @@
OneLoneCoder.com - Code-It-Yourself! Racing Game at the command prompt (quick and simple c++)
"Let's go, go, go!!!" - @Javidx9
Disclaimer
~~~~~~~~~~
I don't care what you use this for. It's intended to be educational, and perhaps
to the oddly minded - a little bit of fun. Please hack this, change it and use it
in any way you see fit. BUT, you acknowledge that I am not responsible for anything
bad that happens as a result of your actions. However, if good stuff happens, I
would appreciate a shout out, or at least give the blog some publicity for me.
License
~~~~~~~
Copyright (C) 2018 Javidx9
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions; See license for details.
Original works located at:
https://www.github.com/onelonecoder
https://www.onelonecoder.com
https://www.youtube.com/javidx9
GNU GPLv3
https://github.com/OneLoneCoder/videos/blob/master/LICENSE
From Javidx9 :)
~~~~~~~~~~~~~~~
Hello! Ultimately I don't care what you use this for. It's intended to be
educational, and perhaps to the oddly minded - a little bit of fun.
Please hack this, change it and use it in any way you see fit. You acknowledge
that I am not responsible for anything bad that happens as a result of
your actions. However this code is protected by GNU GPLv3, see the license in the
github repo. This means you must attribute me if you use it. You can view this
license here: https://github.com/OneLoneCoder/videos/blob/master/LICENSE
Cheers!
Background
~~~~~~~~~~
I'm a sim-racer when I'm not coding. Racing games are far more sophisticated than
Expand Down Expand Up @@ -302,4 +319,4 @@ int main()
game.Start();

return 0;
}
}

0 comments on commit 15986e4

Please sign in to comment.