41 projects tagged "Game Engine"
Andrew's Game aims to be a lightweight and highly expandable code base editable by anyone with a basic understanding of Python. The project has three parts: core systems, sample game, and reusable extensions. Core systems deal with the actual game mechanics; a sample game will be a template of how to use core systems and reusable extensions to create a working game. The reusable extensions can contain items and minor added functionality. Andrew's Game can implement a text-only single player RPG, which is like a MUD without support for multiple players.
Arx Libertatis is a cross-platform, open source port of Arx Fatalis, a 2002 first-person role-playing game developed by Arkane Studios. Arx Fatalis features crafting, melee and ranged combat, and a unique casting system where the player draws runes in real time to effect the desired spell. The Arx Libertatis source code is based on the publicly released Arx Fatalis sources. This does however not include the game data, so you need to obtain a copy of the original Arx Fatalis or its demo.
AzureGE is a multi-platform OpenGL and OpenAL-based game engine. It has built-in support for I/O, threading, and networking, a particle system, a material generator, a texture generator, and a mesh/terrain generator. It is intended mainly for creating role playing games, but can also be used for other types of game.
The Cafu Engine is an all-purpose, modern 3D graphics engine and game development kit. It is feature complete to get you started quickly. It can be used to create a variety of 3D applications, including games, simulations, and training and architectural software. Written in C++, the tools, libraries, and framework have been designed to make the development of new games and other 3D applications easy. They are actively and continuously developed in order to provide the latest technology.
Castle Game Engine is a cross-platform 3D game engine written in Object Pascal. It includes a flexible system of 3D objects, with out-of-the-box levels, items, intelligent creatures, and more. Rendering and processing of 3D models in X3D, VRML, Collada, and other formats is implemented. Many graphic effects are available, including shadows, bump mapping, shaders, mirrors, and screen effects.
Click'n'Drag is a Python module that introduces the "Plane" class, which extends PyGame's "Surface" functionality, offering a hierarchy of mouse-sensitive, draggable Surfaces that can be used as sprites, windows, icons, or other interactive elements. In addition, the clickndrag.gui module uses clickndrag to provide basic GUI elements like container, label, text box, option list, and button.
FrobTADS is a complete rewrite of the Unix console-version of TADS ("Text Adventure Development System"). It uses curses (or ncurses) and provides an interpreter to play games developed with TADS as well as the TADS 2 and 3 development tools. It adds support for a number of relatively recent user interface features including full support for text and background colors, TADS 3 banner windows, and timed input. It's also much more portable and more easily maintainable, as it's built to modern Unix standards.
GMP is a fast, free, JavaScript game engine. It's small, simple, and easy to learn and use. GMP is great for making sprite-based, 2D games, and it can easily power most retro-style arcade game designs. It is also well suited to making puzzles such as sudoku or gogopop. Professional game developers will find GMP useful for making rapid prototypes during their game development cycle. Setup is quick, and changes can be viewed by anyone with a browser. Game hobbyists will find GMP easy to learn and hack. It's simple enough to use as a learning tool, and powerful enough to run the back-end of production-quality games. Games can be shared simply by putting them in a Web page.