Skip to content
This repository has been archived by the owner on May 26, 2018. It is now read-only.

Jaliborc/democastle

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

Demo Castle

My first experiment working with 3D graphics in C++. Done using Irrlicht Engine. Repo only includes the source code files, as I've lost the media files since then.

Video preview

Code

  • common.h: the only header (simple project, no need for a more complex header structure)
  • main.c: responsible for starting the engine, the map, each room, and delegating events to the "zone" API
  • zones.h and zones.c: an API to define independent “zones” - areas with different rules in the castle - so that new experiments can be easily added to the environment
  • tennis.c: the tennis game, shown in the teaser video

About

My first experiment working with 3D graphics (2010)

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages