Showing 52 open source projects for "spectrum games"

View related business solutions
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    Pokemon Unity

    Pokemon Unity

    A framework to build Pokémon RPG games

    A framework to build Pokémon RPG games. I use IIcolour Spectrum's original Pokemon Unity as a base with Herbertmilhomme's framework. So far, this project use wrapper ( Legacy <=> Framework ), and in the future, I want to remove the wrapper. This project is playable, but it has some issues and some features are disabled. Use Unity Hub or Editor to import this project's folder (/Pokemon Unity). Build and run the project. There are also demos for Windows, Linux, and Mac zipped in Releases!...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 2
    Fuse for macOS
    Fuse for macOS is a macOS port of The Free Unix Spectrum Emulator (Fuse) (an emulator of the 1980s home computer and various clones).
    Leader badge
    Downloads: 100 This Week
    Last Update:
    See Project
  • 3

    ZxSim

    API (C#) for simulating certain aspects of a ZX spectrum for porting.

    Initially this project is a showcase of my abilities to write code using C# and DotNet libraries, along with Design Patterns and SOLID techniques. The project itself is a bunch of libraries that make porting Spectrum games easier using C#. Originally I would use a popular UI and write code emulating the Z80. However over time those UIs would come out of favour or not compile on a modern OS, so the first aim is portability. The current examples will use Godot to display and control the game. Next is re-usability, broken up into separate scopes there is a natural layer of usage. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Sokoban RK

    Sokoban RK

    Cross-platform version of the classic puzzle game "Sokoban"

    This is a cross-platform version of the classic puzzle game "Sokoban". You are a worker in a warehouse, and your goal is to push all boxes to the target locations. You can only push the boxes, but you cannot pull them. All 50 levels of the original game are included, the levels.h file also contains 40 extra levels that can optionally be used when compiling the game. Currently, 57 target systems are supported, including the Sinclair ZX Spectrum, MSX, Sega Master System, and many...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    Deepspace

    Deepspace

    A simple action game for various Z80 computers

    This is a remake of a type-in game that I played in the 1980s on a friend's Atari 800XL. Your spaceship is trapped inside a force field. Try to reach the fuel station before you run out of fuel, but avoid the deadly rocks. Currently, 56 target systems are supported, including the Sinclair ZX Spectrum, MSX, Sega Master System, and many more. 2026-01-20: - New target supported: Sharp PC-G850 and PC-G850V - Triumph-Adler Alphatronic P2: Graphics speed has been improved in z88dk, the...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    Monty Mole PC remake

    Monty Mole PC remake

    2D Platform remake based on the game from the 1980s

    Monty Mole This is a 2D platform arcade game, based on the original game written on the ZX Spectrum. The miners are on strike and you need heat. Your aim is to help Monty collect all the coal by navigating through the mine shafts avoiding all the nasty creatures that live within.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7

    ZAPH

    Tools and Z80 engine for creating adventure games. (RUST)

    This is an exercise in some advance programming topics using a text adventure as the central result. This originally began as a project to recreate an old BASIC text adventure, on the ZX Spectrum, using Z80. After developing a very simple byte code VM to handle the game interactions, I realised that there was an opportunity to use some more advance techniques, which in turn can lead to some PC based tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    simple3d

    simple3d

    realistic driving simulation + functions for 2D/3D graphics

    Sour*eforge.net has become inaccesible to me because of Cl*udflare. The latest versions of the programs will be on my site: https://matei.one/. Simcar - driving (not racing) simulation, with stunts and realistic physics since version 5.0.0. GNU/Linux and Wind0w$ executables are available. SDL_grf - functions for 2D/3D graphics (including text), sound and input + a few programs for viewing 3D models, viewing ZX Spectrum *.scr files, simulating the Solar System etc. Simple3d - old program for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    RickyD

    RickyD

    Another clone of Rick Dangerous classic game

    Rick Dangerous was one of my favorite games for the spectrum (and Amiga), it already has a very good clone (xrick), but it lacks the ability to easily create new maps and enhance the graphics since they are built in the code itself. RickyD uses xml extensively to configure all aspects of the game, from objects to tiles and sound, maps are also written in xml, so they can be easily edited.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    mpchess

    mpchess

    simple chess game written in C

    Sour*eforge.net has become inaccesible to me because of Cl*udflare. The latest versions of the programs will be on my site: https://matei.one/. Simple chess game for people who want to play chess but don't want to take it seriously. Written in C, using SDL 1.2 or SDL 2 for graphics. Interface inspired from old chess game for ZX Spectrum. The computer searches (L+2)/2 moves ahead (assuming that a move means that both sides move a piece), where L is the difficulty level. Positions are...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    ArkiFuse - Arki's mod of "FUSE" emulator

    Builds of "FUSE" emulator with my own mods

    ArkiFuse is a free (GPL v2+) ZX Spectrum emulator based on FUSE Spectrum emulator (https://sourceforge.net/projects/fuse-emulator/). ArkiFuse contains some additional modifications and fixes, which have not been accepted or merged (yet) into the original FUSE project. See "Files" tab for download options of distribution files. Individual modifications/features can be tested with separately built distribution file(s) or .. - Nightly build of (Fuse) master, without mods - ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ZX Pokemaster

    ZX Pokemaster

    Tool for sorting/renaming files for ZX Spectrum

    This project is CLOSED. Do no expect any updates from me. I DO NOT do programming projects anymore. The source code is available here, you're welcome to fork it and take over development: github.com/ladyeklipse/ZX-Pokemaster Sorting/renaming files and managing cheats for ZX Spectrum. Files are sorted and renamed based on MD5 hashes (if availble). ZX Pokemaster incorporates AllTipshopPokes database, which contains all known multiface pokes, scraped directly from www.the-tipshop.co.uk...
    Downloads: 21 This Week
    Last Update:
    See Project
  • 13
    zxED

    zxED

    Utility for viewing ZX Spectrum emulator snapshot files.

    zxED allows users to load in popular ZX Spectrum emulator file formats and view it contents. Currently you can display the memory as bitmaps allowing you to rip any sprites or graphics and save them as images.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    zxemu2
    A Z80 CPU and ZX Spectrum emulator written in C/C++, with multiple front-ends for DOS/Windows/WinCE/Linux/X11. Features: ZX Spectrum 48K emulator Sound Border Stripes
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    cpm-vtdozer-dxforth

    Simple vertical scroller game for CP/M written in Forth

    Use Ed's DX-Forth to compile this. You can cross-compile this game on any UNIX system using Joseph Allen's CP/M emulator. It requires VT52 compatible terminal to display correctly. Tested on CP/M Plus running on ZX Spectrum +3 (+3e), ZX Spectrum Next and Amstrad CPC6128. ********** Compatibility note for ZX Spectrum +3 (+3e): make sure SET24X80 is started (e.g. from PROFILE.SUB) before running this game. Compatibility note for Amstrad CPC: make sure 'SETKEYS KEYS.WP' is started (e.g....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Atic Atac

    Atic Atac

    Atic Atac Spectrum Game Remake

    A new Atic Atac remake, building up using internal machine code of the original Spectrum game. The game has been done using C++ QGAME framework build over SDL library. None is needed to run the game. Please download and enjoy it! IMPORTANT NOTE: When installation program ask you for a license text file, introduce any file. The installation wizard will not check the file contains any valid key. Thanks!
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    udgplop

    udgplop

    A ZX Spectrum UDG creator

    A quick and easy to create UDGs for use in ZX Spectrum programs and games
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    ZX Master Mind

    Master Mind Game developed for ZX Spectrum

    Written in BASIC with core routines in Assembler for Z80. An 8 bit computer can guess your secret code at the maximum 5 attempts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Speccy Crap games

    Games for the Spectrum crap games competition

    Images and sources for the games i wrote for that competition
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Ghost Hunter Image analyser

    Ghost Hunter Image analyser

    image investigation

    rapidly go through the spectrum of color with an image, you will see things you could not before.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    GAVS+

    GAVS+

    An open platform for the research of algorithmic game solving

    GAVS+ (Game Arena Visualization and Synthesis, Plus!) is an open-source tool which enables to visualize a broad spectrum of algorithmic games used in verification and synthesis, and offers a standard interface with utility functions to establish connection with engineering practice. It is developed by Department of Informatics (Unit 6), TU München. The tool is mainly is served for research and educational purposes. The software is released under the GNU General Public License (v3). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ZX Spectrum Jetpac for OSX [DEPRECATED]

    ZX Spectrum Jetpac for OSX [DEPRECATED]

    Jetpac Clone, written in JavaScript, wrapped in a Mac App

    Jetpac Clone, written in Javascript, wrapped in a Mac App. The container is written in Swift, the game was written a couple of years ago in JavaScript (had never used the Canvas, so wanted to figure out how to use it). The "TV Chrome" that surrounds the game was essentially re-used from my pure-Swift Hobbit remake. [Edit: This version is arguably not as good as the pure JavaScript version, which now has the "Chrome" built into the HTML. Also, this is currently a much-earlier version of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The SpeccyBoot project allows the ZX Spectrum to boot over an Ethernet network, loading games or other programs onto the machine in a few seconds. SpeccyBoot uses a simple hardware design, which is also available from this site.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    ZXVR

    ZX Spectrum emulator for Oculus Rift!

    ZXVR is a ZX Spectrum emulator for Virtual Reality. It supports the Oculus Rift and simulates a room which recalls the 80's style and you have a Spectrum and a TV set where you play Spectrum games. There's also a cinema screen representation.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Spectrum adventure

    Spectrum adventure

    spectrum adventure

    An adventure with spectrum 48K computer style. You never know what´s gonna happen. No enemies. Only friends. Artistic project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB