Skip to content

A video game made in c++ about what happened AFTER the famous children's tale "The Ugly Duckling"

Notifications You must be signed in to change notification settings

matthewdavidrodgers/what-the-duck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Ugly Duckling: Look Who's Ugly Now

A video game created for a class about what happened after the famous children's tale "The Ugly Duckling".

This game, and the engine underneath, was written by me in c++ with the SDL framework.

Dependencies

To build this game, you need the SDL binaries. Install them using the package manager of your choice:

sdl2 sdl2_ttf sdl2_mixer sdl2_image

Installation

Clone the repo and navigate to the directory

git clone https://github.com/matthewdavidrodgers/what-the-duck.git
cd what-the-duck

Build the project using one of the provided Makefile.. Due to compiler differences, specify whether you are building on a mac or linux machine. For OSX:

make -f Makefile.mac

For linux:

make -f Makefile.linux

Running and playing the game

To play, run the executable creating from the build.

./run

Cleanup

To remove object files and executables, run the make clean command, specifying your OS again. For OSX:

make clean -f Makefile.mac

For linux:

make clean -f Makefile.linux

About

A video game made in c++ about what happened AFTER the famous children's tale "The Ugly Duckling"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages