Skip to content

quantumproducer/erlworld

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

erlworld

Concurrent game framework for Erlang

A simple framework written in Erlang for building concurrent 2D games. Uses an object-oriented design for structuring your game as lots of processes running simultanously. This was built as a third year project at the University of Kent.

Features

Allows your game to automatically be updated in parallel. Uses OpenGL for hardware accelerated graphics. whilst also using a pipelining structure so drawing happens at the same time as updating. Uses hardware accelerated graphics using OpenGL and the Erlang WX bindings.

Install

WRITEME

Examples

Currently three simple examples built using the framework which you can find in the downloads section. All games include source code.

Blastox

An asteroids clone showing that the framework can handle a complete (although small) game. Press space to shoot and use the arrow keys to control the player. The aim is to stay alive are asteroids fade into space which you must destroy to gain points.

blaxtox screen

To play call blastox:start().

Circles

Starts out empty, but click to add circles. They fly out according to the direction your moving will bounce around the world.

circles screen

To play call circles:start().

Pong

It’s not a game engine if it doesn’t have a Pong clone. You play on the left, computer on the right.

pong screen

To play call pong:start().

Project Information

License: New BSD License

Releases

No releases published

Packages

No packages published

Languages

  • Erlang 99.5%
  • Makefile 0.5%