8000 GitHub - Geryon/Froggix: A Frogger clone written in C and SDL for Linux (also works in OS X and Win). This was used as more as a lesson in SDL and some game coding.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ Froggix Public

A Frogger clone written in C and SDL for Linux (also works in OS X and Win). This was used as more as a lesson in SDL and some game coding.

Notifications You must be signed in to change notification settings

Geryon/Froggix

Repository files navigation

Intro

This was a simple Frogger clone I wrote years ago for fun. I never fully finished it as it's missing a few items from the original game but it is fully playable and you can beat the level.

Surprisingly, this will build on a modern Ubuntu 22.04 system by running the following:

$ sudo apt-get install -y libsdl1.2-dev libsdl-image1.2-dev libsdl-ttf1.2-dev libsdl-ttf2.0-dev libsdl-mixer1.2-dev
$ ./autgen.sh
$ ./configure
$ make
$ src/froggix

About

A Frogger clone written in C and SDL for Linux (also works in OS X and Win). This was used as more as a lesson in SDL and some game coding.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0