Log in

View Full Version : Looking for a coding project, I'm bored out of my mind,


Sire
December 23rd, 2011, 11:47 AM
Can someone give me an idea for a program to write? I'm stock out of ideas at the moment, and want to test my Java skills more, (preferably nothing requiring a GUI, I hate Gui's ._.)

darkwoon
December 23rd, 2011, 01:17 PM
Don't want a GUI? Code a roguelike (an adventure game with a text-mode interface). It is fun and easy to achieve. And if you properly design it, it would then be rather easy to port it to Android with a shiny nice UI XD.

TheMatrix
December 23rd, 2011, 01:49 PM
In Java? Bah :P
All the same, if you want to write something, visit the Project Euler (http://projecteuler.net/problems) site, where you can also submit your entry.

Have fun! :)

Sire
December 23rd, 2011, 03:32 PM
In Java? Bah :P
All the same, if you want to write something, visit the Project Euler (http://projecteuler.net/problems) site, where you can also submit your entry.

Have fun! :)

Been there done that xD

Albeit I can not get # 14 for the life of me ._.