Click here to Skip to main content
15,905,071 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Can anyone please tell me a good project to be done for a 3rd year computer student. I really need to pull off a few good projects to gain an edge in my academics. So please tell me some good projects and suggestions which are good at this time.
Posted

Since you haven't said anything of domain specialisation, languages, or time available, it's hard to tell what would be suitable, but perhaps something like this?

Distributed 3-dimensional 4-in-a-row for 4 AI players.

A central game engine that maintains the state of the game board, and four AI players that communicate with it via sockets.

This gives you communications, protocol definition, and basic logic analysis and solution weighing.

If you have time, you could make a fancy OpenGL display of the game as it progresses, message routing (so that one AI might only be able to see another AI, not the game server, and would have to ask the other AI to pass messages through) and stuff like that.
 
Share this answer
 
What application domain you want to be in after you finish school ?

games ? engineering ? scientific ? web related ? database ? music ? graphics ? artificial intelligence ?

Do something that you like in a domain you like.

You could also try to hook up to a open-source project related to what you like and add new features.

Max.
 
Share this answer
 
Pick up a programming language you are comfortable in and then you can think of a topic based on the skill level in that language.
 
Share this answer
 
Read those answers there please Final Year Project Idea[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900