Skip to content

Enet4/createac

Repository files navigation

Create-a-Creature

ci

Created for the DOSember Game Jam 2025.

Playing

Use the arrow keys to swap each part. When you are happy with it, press Done! Press ESC to exit.

Building

First you need:

Then:

  • If your DJGPP toolchain is not named i686-pc-msdosdjgpp-gcc, set the environment variable CC to the right path.
  • Set ARCH depending on the target architecture intended (default is i486)
  • Run ./build.sh

You will find the .exe file in build/release/. Adding debug to ./build.sh builds it in debug mode.

Running

Add the resulting CREATEAC.EXE alongside CWSDPMI.EXE to your DOS machine or emulator. The absolute minimum requirements are an i486 with a VGA display.

CREATEAC

To run the game without sound or music, append nosound to the command line arguments:

CREATEAC nosound

License

Licensed under either of

at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

A simple create-a-creature game for MS-DOS

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks