GithubHelp home page GithubHelp logo

ischorr / johnny Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bailli/johnny

0.0 1.0 0.0 379 KB

Open Source C++/SDL implementation of the Screen Antics' Johnny Castaway screensaver

License: GNU General Public License v3.0

C++ 97.65% CMake 0.62% C 1.74%

johnny's Introduction

Johnny's World

Open Source C++/SDL implementation of the Screen Antics' Johnny Castaway screensaver

This is an attempt to recreate the old 16bit screensaver by Sierra/Screen Antics "Johnny Castaway" using the original resource files. You have to provide RESOURCE.MAP RESOUCRE.001 and SCRANTICS.SCR in the same directory as the executable.

Most of the file parsing code is ported from Hans Millings C# project: https://github.com/nivs1978/Johnny-Castaway-Open-Source

Status

The program plays a few scenes almost perfect and many scenes okay. Some scenes break, because the timing between individual clips is off and of course because of unimplemented commands. Combining the individual movies into a smooth story has not been started at all, yet.

Controls

  • Space pauses/unpauses
  • Return opens a menu to select a movie using left/right/up/down and return to select
  • Escape closes the menu or exists the program

Compilation

This has only been tested on Linux so far, but should work on every system with a C++11 compiler and SDL2. The includes might be incorrect for other environments. The project depends on SDL2/Mixer/TTF/GFX. The library for the SDL2_gfx is added manually - not by a cmake modules (see CMakeLists.txt) .

Compile using:

cmake . && make

johnny's People

Contributors

bailli avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.