| poonninja (58) | |
|
hello everyone, i have been programming for about a year and i have run out of ideas. i have googled "programming ideas" and have done most of the programs there. i'm looking for something that is challenging but not to hard. i just program in my spare time so i'm not hard core. thanks for your help! | |
|
|
|
| thomas430 (36) | ||
Small text-based adventure games can be great fun. You know the ones where there's a map of rooms, and the user types things like:
Because it can be a small little project you can get away with hard coding most stuff, and you can invent a really fun puzzle. Mine had temples and time travelling snails :-P | ||
|
Last edited on
|
||
| darkestfright (891) | |
|
obligatory link: http://cplusplus.com/forum/articles/28558/ | |
|
|
|
| ne555 (2988) | |
|
So you want programming challenges? http://www.programming-challenges.com/ http://projecteuler.net/ http://www.spoj.pl/ http://www.codechef.com/ There are small programs that do one thing right. Have fun | |
|
|
|