Giter Site home page Giter Site logo

castaway's Introduction

castaway

The aim of this project is to provide a complete re-implemtation of the Johnny Castaway Screen Saver created by Dynamix using Javascript.

alt text

Live Demo

Check here the current development state

Purpose

  • Re-implementation of the Johnny Castaway Screen Saver;

  • Learn the Dynamix Game Development System (DGDS);

  • Document the files format used;

  • Dump tools using NodeJS;

  • Focus on taking advantage of the modern web development languages and the usage of ES modules;

  • Have fun implementing it!!

Enhancements

List of new features to add to Johnny Castaway experience:

  • Day/Night loop in 24h instead of 8h
  • Day/Night based on user location sunrise and sunset
  • Moving cloulds
  • Add waves like the static screen
  • Accelarate time
  • Tides based on user locations with real time coutry low tide info
  • Play Full Story Sequence
    • Choose single activities to play
  • Number of full complete stories played worldwide
  • Total hours worldwide played
  • Statistics per Activity
    • Total Jogging
    • Fishing
    • etc.
  • Extend festive days from the original - could be based on user location

Documents

Resource Index File Format

Usage

Create a "data" folder in the src directory and place the original files.

  • SCRANTIC.SCR
  • RESOURCE.MAP
  • RESOURCE.001

Install:

  • http-server (you can use "brew install http-server")

Run Johnny Castaway

Run this commands in the root folder:

cd src

http-server -c-1

open localhost:8080

Dump Resources

This application allows you to extract the resources of Johnny Castaway. A data/dump folder will be created when application is executed.

cd src

chmod +x ./dump.mjs

./dump.mjs

castaway's People

Contributors

xesf 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.