Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

JRPG Maker

Compare

  No analysis available

The JRPG Maker is a continuation of a project started by Kevin Glass of javagaming.org fame(Lights of Laminos) . The Toolset will evolve into a full fledged RPG Maker and Game Engine.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: No declared licenses

owyl

Compare

  Analyzed 1 day ago

You have Pyglet. You've got Rabbyt. But who do your sprites go to for advice? Owyl, of course. GoalsThe goal of Owyl: provide a fast and flexible Behavior Tree framework implemented in python. Owyl trees use nested generators to iterate through your behaviors. The root of the tree always works ... [More] just like a normal python iterator. If you know how to work with iterators, you know how to work with an Owyl tree. Because Owyl is small and behavior trees are easy to grasp, it's easy to control and extend your AI behaviors. Trees as IteratorsTrees as iterators give you total control over how a behavior tree integrates with your code: use a for loop, a list comprehension, a generator expression, or manual calls to tree.next(). Run the tree one step, five, or fifty with every frame. ExtendingWriting new behaviors is simple and easy (and soon to be documented!). Any object that corresponds to python's iterator interface and a few simple rules for yielded values will work. Owyl's core behaviors are written as simple generator functions. More InformationFor more information on Behavior Trees, see these articles. Remember: AI isn't about math, it's about getting things done. For more information on python generators, see this introduction to generators. [Less]

1.52K lines of code

0 current contributors

almost 11 years since last commit

1 users on Open Hub

Inactive
4.0
   
I Use This

jgogears

Compare

  Analyzed about 15 hours ago

jgogears is a Java library for playing the asian game of Go.

10.8K lines of code

0 current contributors

about 12 years since last commit

1 users on Open Hub

Inactive
1.0
   
I Use This

eepp

Compare

  No analysis available

Entropia Engine++ is a 2D Game Engine designed for an easy cross-platform game development. The project aims to provide a simple and powerfull framework that takes advantage of C++, OpenGL, OpenAL and SDL.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: mit

LGames

Compare

  Analyzed 9 months ago

LGames is a collection of neat, good-looking and addictive open source games for Linux.

164K lines of code

0 current contributors

about 1 year since last commit

1 users on Open Hub

Activity Not Available
5.0
 
I Use This

Paintown

Compare

  Analyzed 9 months ago

PainTown is a 2d side scrolling beatem-up game based on the Sega Genesis game, Streets of Rage 2. This game is completely written from scratch and uses a modular system for loading new graphics.

349K lines of code

0 current contributors

about 10 years since last commit

1 users on Open Hub

Activity Not Available
4.5
   
I Use This

kqthebetrayer

Compare

  Analyzed almost 2 years ago

"The Betrayer" is an RPG adventure written to run under the KQLives engine (see http://kqlives.sourceforge.net). KQthebetrayer is a stand-alone game and is completely separate from mainline KQlives. The engine and graphics are almost the same to KQlives. The Story: ... [More] In a land surrounded by the vastness of oceania there were three kingdoms, that of Akanthos, Diduma, and Krayiet. After a brutal war the king of Diduma was captured by the forces of Akanthos. The kingdom of Diduma was then placed under their rule. You are Corin, the son of the tailor of a conquered town Maldon of Diduma. [Less]

40.5K lines of code

0 current contributors

almost 14 years since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Tags game rpg

Big Brother Bot (B3)

Compare

  Analyzed about 16 hours ago

BigBrotherBot (B3) is a cross-platform, cross-game game administration bot. Features in-game administration of game servers, multiple user access levels, and database storage. Currently include parsers for: Call of Duty, Urban Terror and more!

80.5K lines of code

3 current contributors

almost 2 years since last commit

1 users on Open Hub

Very Low Activity
5.0
 
I Use This

GNOME Sudoku

Compare

  Analyzed about 15 hours ago

Sudoku is a logic game that has recently exploded in popularity. Originally developed by Thomas Hinkle, now included in gnome-games. Gnome Sudoku is written in Vala. The game has a simple, unobstrusive interface with features that make playing difficult Sudoku more fun.

4.23K lines of code

41 current contributors

about 19 hours since last commit

1 users on Open Hub

Moderate Activity
0.0
 
I Use This

GLScene

Compare

  No analysis available

GLScene is an OpenGL based 3D library for Delphi. It provides visual components and objects allowing description and rendering of 3D scenes in an easy, no-hassle, yet powerful manner.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: mozilla_p...