Skip Menu Contact info

|ABOUT |NEWS |RECENT WORKS |SHOWCASE |EXPERIMENT

 

Programming a sudoku game by Allegro and allegro font library

Introduction

Allegro is a game programming library for C/C++ developers distributed freely, supporting the following platforms: DOS, Unix (Linux, FreeBSD, Irix, Solaris, Darwin), Windows, QNX, BeOS and MacOS X. It provides many functions for graphics, sounds, player input (keyboard, mouse and joystick) and timers. It also provides fixed and floating point mathematical functions, 3d functions, file management functions, compressed datafile and a GUI.

About Sudoku

Sudoku is a kind of numerical puzzle. Visit wikipedia for more detail [link].

In this experiment, I aim to write a sudoku puzzle with my students and churchmate "Kin Sang" and "Kiu Sang". I guided them to write the program and at the same time I learnt a lot.

Down:

Sudoku Ver1.0 [Link]