47 projects tagged "Windows"
BlindTux is a musical quiz game. The goal is to identify the artist, title, or year of a song by choosing an answer from among 4. The maximum number of players is 4. For now, it is played with the keyboard, but soon players will be able to choose with controls they want: keyboard, gamepad, or maybe buzzer.
ioquake3 (or ioq3 for short) builds upon id Software's Quake 3 source code release. It cleans it up, fixes bugs, and adds features. Its goal is to be the Quake 3 distribution upon which people base their games and projects. Its design goals include optimizing the engine for playing Quake 3: Arena, Team Arena, and all popular mods. This distribution of the engine has been ported to many new platforms. While it doesn't have PunkBuster (and never will), it does provide more security for servers and clients by way of various bugfixes which aren't in id's client.
The Legend of Edgar is a 2D platform game with a persistent world. When Edgar's father fails to return home after venturing out one dark and stormy night, Edgar fears the worst: he has been captured by the evil sorcerer who lives in a fortress beyond the forbidden swamp. In The Legend of Edgar, you take on the role of Edgar as he ventures across the world, battling fearsome creatures and solving puzzles while trying to find and rescue his father.
Knights is an action game for two players involving two knights who must explore randomly generated dungeons and complete various quests. Each game revolves around a quest. A typical quest would involve finding some items and carrying them back to your starting point. This may sound easy, but as there are only enough items in the dungeon for one player to win, you may end up having to kill your opponent to get his stuff! Other quests involve escaping from the dungeon, fighting a duel to the death against the enemy knight, or destroying an ancient Book using a special Wand. While exploring the dungeon, you will find aid in the form of weapons, potions, and magical spells, but beware, for there are also deadly traps, bloodthirsty vampire bats, and zombies who exist only to kill living knights! This is a remake of an Amiga game by Kalle Marjola from 1994. This version has generally smoother gameplay than the original, and has full support for online play.
SDLbits is a very lightweight SDL wrapper for Java. This library was designed to be very small and simple. It does not use Swig, but goes directly from "native" Java definitions to the sdlbits C wrapper library to SDL or OpenGL (in C). All symbols are exposed as they would be in C, except the "SDL_" prefix has been removed, since all names are inside the SDL class. The SDL structures from C are translated to very simple Java classes, such as SDL.VideoInfo. Most fields are exposed as read-only "get" methods, but "set" methods for writable members are supported as well. These classes simply interface to the actual C data with a ByteBuffer "pointer".
NoSpex is a Python scripted realtime graphing library designed to be easily employed by security consultants and reverse engineers for teasing apart and depicting the relationships between processes in a system under analysis. It is realtime in the sense that the graph is continuously rendered and animated as new relationships are introduced. It is easily employed in the sense that all the bookkeeping is done by the Python module and exposed using a simple thread-safe API. NoSpex relies on the SDL graphic library for a frame buffer and Cairo for rendering to the frame buffer. This combination produces a fast and visually elegant graph that should be portable wherever SDL and Cairo can be found.
A modern C++ FIX framework featuring complete schema customisation, high performance, and fast development.