| Home | Community | Message Board |
|
You are not signed in. |
This site includes paid links. Please support our sponsors.
|
|
DMT is metaphysical Reged: 07/21/08 Posts: 8759 Loc: Ontario, Canada, |
|
||
|
So, ive been doing these c++ programming challenges lately, the rules are that I have a given project and i have to complete it without the use of outside resources, basically done without internet. This means no stackoverflow, no chatGPT, etc.. It needs to be completed with only the knowledge that I have. Its a way to actually improve my problem solving abilities i think. For context by the way, im in my 4th semester at Sheridan College in Oakville Ontario for Computer Programming, its a 2 year program. I havent had any classes for c++ unfortunately but since its my favourite language im learning it on the side instead. (My School/course info) https://www.sheridancollege.ca/ (Video Demo of my application working and showcasing features) This challenge is to program a fully functional checkered board game on a 2-dimensional array. The 2-dimensional array method of displaying the board is proposed in the challenge video "C++/Game Tutorial 15: Checkerboard With 2D Array And Modulus!" where he gives the starting point of the project by initializing and printing the empty board. My task is to place the pieces on the board and code the complete game logic. Not going to lie it took quite a while with all the debugging i had to do. Writing algorithms based on a 2-dimensional array/matrix is extremely tedious and finicky. The next task is to add AI functionality to it so its a single player game, though i hope coding a basic AI opponent isnt too advanced for me. I Uploaded the c++ source code to my gitHub for public viewing so you can check it out if you like! (Most of the code is in the CheckerBoard.cpp file so definitely start with this one first.) https://github.com/TylerMaster/ https://github.com/TylerMaster/ https://github.com/TylerMaster/ https://github.com/TylerMaster/ https://github.com/TylerMaster/ https://github.com/TylerMaster/ https://github.com/TylerMaster/ When i finally finished the code I posted it into chatgpt and ask it to explain/summarize my code and this is what it had to say! Quote: -------------------- My Drawingzz Draw DMT! Trip Report: SHROOMS DMT---- My Youtube Psychedelic Channel Edited by SleepyE (01/21/24 11:08 PM)
|
|
|
koraks | 01/22/24 12:58 AM |
|
|
SleepyE | 01/22/24 01:39 AM |
|
|
koraks | 01/22/24 02:01 AM |
|
|
SleepyE | 01/22/24 02:10 AM |
|
|
koraks | 01/22/24 02:20 AM |
|
|
SleepyE | 01/22/24 05:20 PM |
| Extra information | ||||
|
0 members, 0 guests and 3 web crawlers are browsing this forum.
Moderator: trendal, automan, Northerner |
Forum Permissions
You cannot start new topics You cannot reply to topics HTML is disabled BBCode is enabled |
Rating:
Thread views: 69 |
||
|
|
||||

