Skip to content

AlexMooney/Brogue

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brogue

This is a fork of Brian Walker's "Brogue", a modern roguelike with a strong focus on simple user interface and unique game play.

Description of the folder layout

The build scripts for each platform can be found in build. They work on source code and resources (src and res) to produce binaries in bin for each platform.

Description of the branches

The master branch reflects brogue as it is released officially by Brian Walker. Source files and resources have exactly the same state, while build scripts are adapted to the unified folder structure.

There are some feature branches, each of which contains a single feature separately. This makes it easy to exchange features between repositories.

Also, there is a bugfix branch, which fixes bugs that are present in original_brogue.

Then, there is the development branch, where we try to merge all features to enjoy them all :-)

About

This is a fork of Brian Walker's "Brogue", a roguelike game.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 89.5%
  • C++ 7.6%
  • Objective-C 2.4%
  • Other 0.5%