Git Product home page Git Product logo

phoenix's Introduction

phoenix500

remake of Phoenix for ECS/AGA Amiga

jotd: reverse-engineering, transcode, graphics conversion no9: music Toni Galvez: AGA recolored graphics Christopher from http://www.computerarcheology.com/Arcade/Phoenix/: Z80 disassembly and small RE PascalDe73: amiga icons mrv2k: flyer

Features:

  • 99% same gameplay (see below for the 1% difference)
  • enhanced colors for AGA version
  • updating highscore is now done in real-time not when restarting a game
  • applied Don Hodges fix to avoid score corruption when shooting 3 flying birds

Instructions:

5/fire: insert coin 1/up/2nd button: start 1P game

left/right joystick/arrows: move ship fire/ctrl: shoot 2nd button/down/alt: shield

If 2nd button is pressed once (to start game or to trigger shield) then the game will disable down for shield.

Extra life at 3000 and 30000 (easiest dipswitch setting)

Cheat keys:

F1: toggle invincibility F2: toggle infinite lives F3: add 500 points F4: skip level

Command line options:

INVINCIBLE: can't be killed INFLIVES: infinite lives CHEATKEYS: enable cheatkeys (see above) B2SHIELD: disable shield with joy up/down, just use 2nd button STARTLIVES: configure number of lives at start (matches dipswitches)

Vulture vertical movement:

I spent too much time trying to understand why vultures didn't go up or at least very rarely. There are several pseudo-random variables involved and timers. I think I have transcoded the exact same code as the original but I couldn't reproduce the same sequence... So instead of losing my mind over this, I implemented a kludge to force vultures up if they hadn't gone up for too long. (means: the random value is 0 for too long instead of 1 when it's possible to go up). Combined to an anti-wrap check which avoids that the vultures attack the player by rising from the bottom, it works pretty well.

I still don't understand how the original game manages to do that part given the randomness involved.

phoenix's People

Contributors

jotd666 avatar

Watchers

 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.