Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: stefanp99 on March 08, 2018, 08:58:23 pm

Title: I made my first text-based c++ game. Please tell me what you think!
Post by: stefanp99 on March 08, 2018, 08:58:23 pm
The link for the code is here: https://github.com/stefanp99/Virtlife/blob/master/main.cpp
Please paste it and run it, as it is way too big to fit in here.
Title: Re: I made my first text-based c++ game. Please tell me what you think!
Post by: stahta01 on March 08, 2018, 10:13:34 pm
I think you never read the rules for this website
http://forums.codeblocks.org/index.php/topic,9996.0.html (http://forums.codeblocks.org/index.php/topic,9996.0.html)

Edit: the files *.layout and *.depend are not normally added to git repo.
Also, the folders bin and obj are not normally added to the git repo.

Tim S.