From d5e87947fe4596755c24e9ed0cb26a5d83786fd8 Mon Sep 17 00:00:00 2001 From: Javidx9 Date: Mon, 5 Mar 2018 20:13:00 +0000 Subject: [PATCH] Update olcConsoleGameEngine.h --- olcConsoleGameEngine.h | 41 +++++++++++++++++++++++++++++------------ 1 file changed, 29 insertions(+), 12 deletions(-) diff --git a/olcConsoleGameEngine.h b/olcConsoleGameEngine.h index aa73dc0..b78761c 100644 --- a/olcConsoleGameEngine.h +++ b/olcConsoleGameEngine.h @@ -2,13 +2,30 @@ OneLoneCoder.com - Command Line Game Engine "Who needs a frame buffer?" - @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 +~~~~~~~ +One Lone Coder Console Game Engine 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 @@ -26,16 +43,16 @@ YouTube: http://www.youtube.com/javidx9 Videos: ~~~~~~ -Original: https://youtu.be/cWc0hgYwZyc +Original: https://youtu.be/cWc0hgYwZyc Added mouse support: https://youtu.be/tdqc9hZhHxM -Beginners Guide: https://youtu.be/u5BhrA8ED0o +Beginners Guide: https://youtu.be/u5BhrA8ED0o Shout Outs! ~~~~~~~~~~~ Thanks to cool people who helped with testing, bug-finding and fixing! - YouTube: wowLinh, JavaJack59, idkwid, kingtatgi + YouTube: wowLinh, JavaJack59, idkwid, kingtatgi, huhlig -Last Updated: 04/02/2018 +Last Updated: 05/03/2018 Usage: ~~~~~~ @@ -871,4 +888,4 @@ protected: atomic olcConsoleGameEngine::m_bAtomActive = false; condition_variable olcConsoleGameEngine::m_cvGameFinished; -mutex olcConsoleGameEngine::m_muxGame; \ No newline at end of file +mutex olcConsoleGameEngine::m_muxGame;