Computing.Net > Forums > Programming > C++ game project ideas

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

Reply to Message Icon

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



Sponsored Link
Ads by Google

Response Number 1
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

Related Posts

See More



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.

google search game tree for more info ^^


0

Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: C++ game project ideas

c game project www.computing.net/answers/programming/c-game-project/17943.html

Degree year project - ideas??? www.computing.net/answers/programming/degree-year-project-ideas/7701.html

Need C++ Project Idea ! www.computing.net/answers/programming/need-c-project-idea-/9960.html