https://github.com/SteveSmith16384/MultiplayerJetPac
A multiplayer remake of Spectrum class JetPac. Be the first to build the spaceship.
https://github.com/SteveSmith16384/MultiplayerJetPac
remake retro spectrum ultimate zx-spectrum
Last synced: over 1 year ago
JSON representation
A multiplayer remake of Spectrum class JetPac. Be the first to build the spaceship.
- Host: GitHub
- URL: https://github.com/SteveSmith16384/MultiplayerJetPac
- Owner: SteveSmith16384
- License: mit
- Created: 2021-11-20T18:03:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-28T09:04:39.000Z (about 2 years ago)
- Last Synced: 2024-07-30T21:10:03.762Z (almost 2 years ago)
- Topics: remake, retro, spectrum, ultimate, zx-spectrum
- Language: GDScript
- Homepage: https://stephensmith.itch.io/multiplayer-jet-pac
- Size: 9.11 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
- License: LICENSE
Awesome Lists containing this project
README
# MULTIPLAYER JETPAC
A multiplayer party version of the classic game Jet-Pac, originally written and published by Ultimate Play-the-Game.
Programmed by Stephen Smith (stephen.carlylesmith@googlemail.com). Twitter: @stephencsmith
Gameplay Video: https://www.youtube.com/watch?v=PHql_wgp2LI
If you have any comments or suggestions for this game, don't hesitate to get in contact!
## Instructions
* Up to 4 players compete to be the first to assemble and fuel their spaceship.
* Each player must collect their pieces of spaceship, which will then be automatically dropped when the player is above their construction zone.
* Once the main ship is built, it must be filled with fuel in the same way.
* The first to do this is the winner.
## Controls
* Keyboard: Either "W, A, D and Space", or "Q, O, P and Space"
* Should work with most controllers
* Esc - quit
## Running on Linux
You will probably need to mark the program as an executable before Linux will allow you to run it.
## Running on a Mac
Since the app is not signed for a Mac (I don't even have a Mac), it shows "Application from unidentified developer" or even "Application is damaged and cannot Be opened" on first start. Try to open you game with Ctrl+Right Click and then Open. If it's not helping, open Terminal, enter "sudo xattr -cr /Path/To/JetPac.app" and then open your game. More details here: https://support.apple.com/en-gb/guide/mac-help/mh40616/mac and here: https://appletoolbox.com/app-is-damaged-cannot-be-opened-mac/
## Credits
* Original game design and graphics by Ultimate Play-the-Game
* Developed using Godot
* All sound effects taken from https://opengameart.org/content/512-sound-effects-8-bit-style
* Intro music taken from https://opengameart.org/content/frozen-jam-seamless-loop
* Player select music from https://opengameart.org/content/5-chiptunes-action
* Thanks to Mikhail Sudakov for help on running the game on Macs.
## Source
The source is available at https://github.com/SteveSmith16384/MultiplayerJetPac