Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
C++ game project ideas
Name: TonyG Date: February 27, 2006 at 09:41:12 Pacific OS: Windows XP Professional CPU/Ram: 2.8 P4 / 1 G
Comment:
Can anyone recommend a simple game that can be developed in C++, with about 4-5 weeks of time, for beginning C++ students. Thank You. -- Tony
Name: basicdos Date: February 27, 2006 at 19:18:00 Pacific
Reply:
Here is an idea
I am currently in a telecomunications class and am thinking of developing somthing like this myself but cant find the time. Try to create a program that simulates the binary flow of zeroes and ones into a modem or digital device by pressing the zero and one key and interpret these keypresss and convert them to a character stream(text file) using ascii(7bits) with odd or even parity or ebcedic(8bits) as the bit codes
ascii characters are seven bits long parity adds an eigth bit that makes the number of ones even or odd depending on the type of parity being used
an idle line is indicated by a series of ones being transmitted these ones should not be decoded idle characters are a stream of ones
a start bit is a single zero that indicates that the next 8 bits are a character to be interpreted
after you create it please send me a copy
0
Response Number 2
Name: Somebodyone Date: February 28, 2006 at 02:30:13 Pacific
Reply:
Program Program program program
Don't touch me
0
Response Number 3
Name: Somebodyone Date: February 28, 2006 at 02:35:43 Pacific
Reply:
network network Network Network
Don't touch me
0
Response Number 4
Name: basicdos Date: February 28, 2006 at 09:20:56 Pacific
Reply:
pac man
0
Response Number 5
Name: sen (by santanusen_82) Date: February 28, 2006 at 12:39:25 Pacific
Reply:
Try programming a Tic Tac Toe game applying some heuristic search technique.
0
Response Number 6
Name: TonyG Date: March 1, 2006 at 09:43:28 Pacific
Reply:
Thanks for all the replies guys. I just wanted to ask so i can propse some ideas to my TA and maybe he can talk to the professor before they actually assign us the project, haha.
0
Response Number 7
Name: Eriedor Date: March 2, 2006 at 04:39:40 Pacific
Reply:
you could do my current algorithms mini project and implement a game tree for AI in games such as tic tac toe and nim.
Summary: wow- your brave posting this statement... "primarily because I find computing difficult and boring" computingNet.StartMockery(); My apologies on being another bearer of bad news... but I think you ne...
Summary: Folks: I am currently refreshing my memory about C++ that I have not touched for five years. I just read trough couple tutorials these days and I think the best way to master it is to actually do a pr...