[Tutor] What is a fun basic game project.

Alan Gauld alan.gauld at blueyonder.co.uk
Fri May 7 10:41:52 EDT 2004


> Hi, this is my first message to this mailing list.
>
> Anyone know of a fun game project that is good for beginners, and
what aspects they involve.
>
> eg. conditions, arrays etc.

A couple of easy games to start with are OXO and Conway's Game of
Life.
Both involve arrays and conditionals and loops and some degree of
graphical representation plus user input.

Paper/Rock/Scissors is another that can be easily implemented in plain
text and later have a graphical wrap added.

HTH,

Alan G




More information about the Tutor mailing list