Skip to content

Commit

Permalink
Quick update to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jonburesh committed Jun 28, 2016
1 parent a145001 commit da5deba
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
@@ -1,8 +1,10 @@
# Sintel The Game

![Alt text](http://jon.sintelgame.org/wp-content/uploads/2013/02/sintel_title.png)

### Description

An open source adventure game created with Blender based on the open source film 'Sintel'.
An open source adventure game created with Blender (v2.6) based on the open source film 'Sintel'.

The goal of this project was to expand upon the world of Sintel and to develop a platform that enables users to create and share their own content.

Expand All @@ -12,10 +14,14 @@ Sintel The Game is released under the <a href= "http://opensource.org/licenses/M

### Development

Sintel The Game uses the <a href= "http://www.blender.org">Blender Game Engine</a> and is programmed in Python. The game is stable on Windows and Linux (as of 2014) but should work on OSX (perhaps with some tweaking).
Sintel The Game uses the <a href= "http://www.blender.org">Blender Game Engine</a> (v2.6) and is programmed in Python. The game is stable on Windows and Linux (as of 2014) but should work on OSX (perhaps with some tweaking).

- sintel_the_game.blend is responsible for setting the resolution and will boot up the game by opening sintel_win.blend
- Each level is split into its own .blend file. Any characters, enemies or props are located in separate .blend files and instanced into the levels.
- The level selector in the main menu loads .blends from the lib/levels folder
- If you want to make changes to the Player, use lib/characters/sintel_rig_2.blend


![Alt text](lib/textures/blender_logo.png)


0 comments on commit da5deba

Please sign in to comment.