public marks

PUBLIC MARKS from tadeufilippini with tags games & gnome

July 2008

Childsplay: Educational games for young children.

by 2 others
What's Childsplay? Childsplay is a suite of educational games for young children, like gcompris, but without the overkill of c/c and the gnome environ. Also the use of the SDL libraries makes smooth animation and the playing of sound very easy. Childsplay uses a plugin system for the games, so you might want to check the Childsplay plugins page. (There are two built-in games: memory and a typing game.) Childsplay and the games are GNU-GPL licensed and are tested on GNU/Linux, FreeBSD and the Windows platforms. (98/ME/2K/XP)

August 2007

glChess

glChess is a 2D/3D chess game, where games can be played between a combination of human and computer players. glChess detects known third party chess engines for computer players. The game was originally developed by Robert Ancell, now the game is included in gnome-games. glChess is written in Python and uses GTK+ and Cairo to render the chess board. 3D support is optionally available using OpenGl, using the Python OpenGL and GtkGLExt libraries. As with most modern 3D programs hardware acceleration is recommended but it should run OK in software. glChess is bundled with GNU Chess as the default chess AI.

Gnome Games

gnome-games is a collection of sixteen small "five-minute" games in a variety of styles and genres. The GNOME Games Manuals can give you useful information about playing the games. Developers can check out the page for contributing to gnome-games. For all development related questions, contact the Gnome Games mailing list at [email protected]. Mailing list

SVG cards

SVG-cards is a deck of cards entirely made using SVG. It has been released under the Lesser GNU Public License, so feel free to use it wherever you want, like web pages, games, the GNOME desktop, the KDE desktop, and so on... You can print them on your color printer and make real cards or T-shirts as well. The kings, queens and jacks are based on the french design, just because I find them beautiful. You can draw a card either by rendering the file onto a pixmap and clipping each card manually or by using the card's name through a DOM interface. All cards are embedded into a SVG group.