Projects tagged ‘engine’ and ‘isometric’


[9 total ]

7 Users

GemRB (Game engine made with preRendered Background) is a portable open-source implementation of Bioware's Infinity Engine which was written to support pseudo-3D role playing games based on the ... [More] Dungeons & Dragons ruleset. It should run on GNU/Linux, Microsoft Windows, OS X and possibly other UNIX derivatives. [Less]
Created about 1 year ago.

4 Users
   

The mission of the FIFE project is to create a cross platform game creation framework. Exact engine feature list changes over time, but the following lists the main guidelines for development * Games ... [More] can be created with combination of engine, editor tools, game specific scripts and game content. * Framework is not tied to any type of game (e.g. RTS, RPG), but instead provides flexible platform for all of them. * Framework supports different isometric views with addition of pure top-down view. * Instead of full 3D flexibility, engine focuses mainly on using high quality 2D graphics. This puts less demands on target platforms and also simplifies the framework and game development. * Purpose of the editor tools is to help to bind the game content with the engine and scripts. [Less]
Created over 3 years ago.

0 Users

Isogame is a set of classes and functions usefull for programming isometric browser-games based on Javascript and HTML.
Created 12 months ago.

0 Users

Tutorials in C++ using the FIFE game engine. Meant to serve as a guide to developing isometric games using FIFE as the underlying technology. Be sure to visit the Getting Started Guide for a quick ... [More] overview on how to download and install the fife engine and fife-tutorials [Less]
Created 3 months ago.

0 Users

2D Isometric Engine project build with Flash AS3. It is an open source, multilevel and multiplayer tilebased isometric engine.
Created 2 months ago.

0 Users

I am a french student coding during my free times. I build this project in order to help people to create 2D games. I am currently making the basics of the engine and i hope that i will like it ... [More] , use it and modify the sources to adapt the code to ur needs. What has been done : -Deplacement in a 2D multi level tile based game -Collision management between object, tiles and characters -Multiplayer synchronisation thanks to XMLSocket connections to a java server I need people to make me some graphics such as characters or textures French description: http://angelstreetv2.blogspot.com/ - -- - [Less]
Created 4 months ago.

0 Users

A simple to use isometric engine for the flash9 API written in haXe. Should be useful for game development and whatnot.
Created 12 months ago.

0 Users

Flex, Actionscipt 3 library for displaying and managing 3D isometric worlds. The goals of this project is to provide an easy way to develop casual or even complex online games, with a simple but ... [More] accurate 3D isometric manner. a little demo is avalaible : http://r15005.ovh.net/JungleDemo/JungleDemo.html [Less]
Created 8 months ago.

0 Users

The FFilmation Engine is an AS3 isometric programing engine, focused mainly on game development. The aim of the project is providing a robust development platform, where game designers can work on the ... [More] game’s details and forget about the render engine. It is intended to be really usable from a “real production scenario” point of view. This means: Have a programming interface as small and easy as possible, no matter how complex the internal code is. From a software engineering point of view, the OO structure may not be as correct and clean as it could have been. It is not messy, but several decisions where made that improved performance and simplicity at the cost of breaking some “good OO programming” conventions. Rendering performance is a major concern when designing all the algorythms. [Less]
Created about 1 year ago.