Skip to content

Version of old Dweep shareware game on Sega Genesis (using SGDK)

Notifications You must be signed in to change notification settings

bttsea/dweep-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dweep Genesis

Build Status

A demake of Dweep for the Sega MegaDrive.

Screenshot of the game

Download

Download the latest build here.

About

This is a work-in-progress SGDK port of the old shareware game Dweep. The main objective of the project is to be a good C programming exercise, as well as a way to realize a long-standing desire to code for the Genesis.

Most of the game subsystems are in place, and we have a good base for the game. Now the focus is on getting the gameplay mechanics and objects working.

Some songs were rearranged using the Furnace tracker. Others were converted using libOPNMIDI (midi2vgm), and still need some manual adjustment or a proper arrangement. SFX was imported straight from the original game. Art uses LibreSprite for tilesets and sprites, and Tiled for tilemaps.

The original Dweep was created and programmed by Steve Pavlina, with music by Michael Huang.

Building

For any build method, you will need Python 3 with the lxml library.

Using the CI script

This requires docker. Just run scripts/ci-build.sh. The output will be at ci-build/out/rom.bin. Thanks to doragasu for the docker container script.

Manually

  1. Init and update git submodules (git submodule update --init)
  2. Run the map processor script beforehand (./scripts/process_all_maps.sh).
  3. Also run the string processor script (./scripts/process_strings.sh).

After this, it should not be different to build than any other SGDK project. Using version 1.90. After installing the toolchain, check the usage documentation. But in general, running make -f ${SGDK_LOCATION}/makefile.gen build should do it.

About

Version of old Dweep shareware game on Sega Genesis (using SGDK)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published