Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 1.39 KB

README.md

File metadata and controls

32 lines (17 loc) · 1.39 KB

Sintel The Game

Alt text

Description

An open source adventure game created with Blender3D 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.

How to Run

  1. Download Blender 2.68
  2. use blenderplayer.exe included in blender install to run sintel_the_game.blend (blender_dir/blenderplayer.exe game_dir/bin/sintel_the_game.blend)

License

Sintel The Game is released under the MIT license.

Details

Sintel The Game uses the Blender Game Engine (v2.68) 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).

  • Only a few levels are really playable (desert_level, docks_level, tundra_level)
  • 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