Interesting Projects for Computer Science Enthusiasts
This is the question that every novice programmer asks himself most of the time. What should I do now? I want to get my hands dirty with programming, I want to learn new things, I want to tackle tough projects etc. But there is always an empty answer. Don't worry though! Here is a list of cool Projects (in no specific order) that you can work on, learning new languages and satisfying the inner programmer. (Note: This projects are listed keeping in mind that the reader has a good command over basic syntax and usage of any programming language.) 1. Develop a simple game Try building some basic command line based game like Anagram game, Tic Tac Toe etc. Implement the logic and keep making the interface better. If you are fed up of command line, try using Netbeans IDE and Swing API to develop more User Friendly version of the same game. 2. Create a personal web server Using Apache web server, host your own server on your computer. Develop Applica...