DeveloperHell | Languages: All | PHP | Python | .NET | Java | CSS | Ruby | Javascript   Site: Statistics
want to join us? register, it's easy | help

browse by tag: game in language

sort by

newest, oldest, most popular


category icon

Creating a game with PyGlet and Python

in Python added by admin, on 11/11/2007 game intermediate pyglet

For this tutorial I'm going to take a look at PyGlet: "a cross-platform windowing and multimedia library for Python." The reason that I decided to take a look at PyGlet is because it is an alternative to PyGame in the Python gaming world

comment save report
category icon

Sudoku Solver

in Java added by admin, on 25/10/2007 game intermediate sudoko

The Sudoku puzzle consists of a grid of 9x9 cells. This 81-cell grid is further subdivided into nine subgrids of 3x3 cells. A few of the cells are filled with a single digit between 1 and 9 (the givens). To solve the puzzle, the empty cells must be filled in such a way that every 9-cell row, column, and subgrid contains each of the digits between 1 and 9.

comment save report