Skip to content
/ BOFH Public
forked from neuromancer/BOFH

BOFH : Servers Under Siege is a top-down action game.

Notifications You must be signed in to change notification settings

Maska/BOFH

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BOFH: Servers Under Siege

This is a modification of the original game "BOFH: Servers Under Siege".

The game content & code are licensed under the 3-clause BSD license. The modifications are in the same license.

Original webpage: http://covertbitops.c64.org/

Setting up a development environment

  1. Install SDL and build-essentials
  2. Build with make
  3. cd release && ./bofh

There is a dockerized build environment. Run ./build.sh to use it. Dockerfile and build.sh also serve as references on build dependencies and steps.

Releasing

After building, the folder release contains everything required for a distributable game. To be able to run the game, you need to have the same or newer GLIBC version as was used in the build.

Troubleshooting

See release/bofh.txt for instuctions.

About

BOFH : Servers Under Siege is a top-down action game.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 99.4%
  • Other 0.6%