Showing 27 open source projects for "pc-basic - a gw-basic emulator"

View related business solutions
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Let your crypto work for you

    Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 1
    PacMan2 - The Family - Network Edition - Arcade game - opensourceware version of Pacman with NEW DESIGN and LOTS OF DEVICES (program's engine has got script executer - Squirrel(R)), in 2D version, semi-3D version and under development fully 3D It can be played by 2 players at the same PC or in multiplayer mode over the LAN-network (TCP/IP protocol, uses sockets)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    CarDriving
    The very basic of a java 3D car driving game, freely expandable including a built-in basic 3D object editor and a more complex road+objects editor. Source code available, no OpenGL.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 3
    Odysseasons

    Odysseasons

    Fun platformer game

    Fun platformer game specially developed for the FreeBASIC Games Directory Competition 2013; the theme was Seasons of the Year. Odysseasons is a story of a lonely worm on an alien planet with a mission to save its species by traveling through the perils of 4 seasons (levels). The theme is expressed through both gameplay and setting. It also connects the concept of seasons with passage of time and growth. As the main character goes through the seasons, so it grows and gains new abilities, and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Y.A.G.A.C.

    Y.A.G.A.C.

    Y.A.G.A.C is a free open-source platformer game

    Y.A.G.A.C. is a very challenging and addictive pseudo-2D platformer game, with 2D sprites in a 3D playfield, but you are limited to movement in two dimensions. It's a story-less game, heavily gameplay based, where you play a ninja trapped in dungeons filled with traps and robots. As you collect colored balls hidden around the level, so the platforms of that color become solid and you can then reach new places inside the level. A very challenging game. Excellent and very smooth engine, the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    FB Shooter Force 2019

    FB Shooter Force 2019

    Side scrolling shoot'em up game

    Side scrolling shoot'em up game specially developed for the FBGD "A Love Letter To FreeBASIC" Game Dev Competition (Oct 2018 – Feb 2019).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    SpaceAttack!

    SpaceAttack!

    Shoot the other ship down!

    As a red and blue ship, shoot down your opponent with similarly colored missiles.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Keen Game Engine

    Keen Game Engine

    Flexible and easy-to-use 2d game engine

    New Version Out - Keen Game Engine 4! Details coming soon....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Alien Threat 3D

    A 3D isometric classic shoot'em up game

    A 3D isometric classic shoot'em up game. You fight against aliens with four basic weapons: flamethrower, laser, freezer, and plasma. You also have a rechargable force field to help you.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Star Ships Learning Framework
    The Star Ships Learning Framework (SSLF) provides basic routines and methods in order to interact with the space shooter Star Ships V2.1. It provides the necessary interfaces for controlling the program's ships and its logic from outside the game.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 10
    Starfield

    Starfield

    A starfield writen in Gambas

    A starfield with scrolltext. Writen in Gambas3. Font come from "The Cunning Demos" (Atari). Music by Electra (Atari)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    achtbit

    achtbit

    An 8 bit emulator created on the scratch, including an assembler.

    ...This system is an experimental 8 bit, 16 color computer, with a processer similar to Z80, that (on my laptop using linux with NO opengl support) achieves up to 1.2 Million instructions per second and 50 Hz. screen refresh rate. It has a builtin assembler to load assembler programs. There is a rudimentary rom that implements some basic functions like line input, or a system clock. Also there is a snake game, (depending on that rom), as a reference and for fun! Take a look, give me your reply! When having ideas for better performance, let me know!
    Downloads: 5 This Week
    Last Update:
    See Project
  • 12

    Tank Game (BlitzBasic)

    University first year project.

    This is a simple 2D sprite based tank game that I made in my first year of university for my games development unit, It's written in Blitz Basic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    term_ CTruck3D

    term_ CTruck3D

    ASCII-Art variant of the CTruck3D _Open truck/car simulator

    ...This is quite instructive as software, expecially if taken in conjuction with the pure X Window System version: in both cases the 3D frames representing what happens are done internally by the program, using basic concepts form 3D computational graphics. Stanrd C as all the optehr memeberso of the series. it come in 2 subversions: Linux and Windows. for the Windows version there is a ready executable too. VIDEO: http://www.youtube.com/watch?v=n_O-9EFW5zk
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    CTruck2D
    ...Predecessor of the CTruck3D vehicle simulator series. I wrote it from zero in C (+OpenGL&GLUT). It has ascii-art and nice graphics version, and a special funny version It's a very basic thing: there are free rigid bodies and springs with strong attenuation/damping. It's very simple and very short code, and collisions of bodies with ground are good and stable. A good simulation of this kind, however requires Lagrangian method. I proposed the Lagrange_motocross as an alternative of this kind. The code is not much longer but the it's overall more complicated, and collisions are a bad issue.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Evolute
    Evolute is a basic defence game, in which you have to keep the enemy off, but with added experience and skill system which makes the game rather unique.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This project is abandoned. Download these files at your own risk. The bzr repository used for the Beginning Pygame presentation presented at Penguicon 7.0. The goal is to demonstrate basic pygame concepts, but could be used as the basis for another game.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This is yet another cross platform(written in java) implementation of the classic tetris game. It focuses on funny multiplayer features as well as 2d, 3d and maybe even 4d gameplay modes. Basic 2d single and multiplayer game is already implemented.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    OpenGH is a open source attempt to create a game akin to the hugely popular "Guitar Hero" game on the PC. OpenGH will attempt, in any way possible, to bring the Guiter Hero experience to the PC.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Another Liero/Molez (real-time worms) clone written in Java, all basic things works, network-play, graphics, weapons and basic physics. The project needs some new fire and ideas though! Please visit project website for more information how to run it
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    AlienHunting is a basic space arcade game in which player controls a super craft which hunts alien crafts using various weapons. Game is played againist AI. Please send me your comments: darkstar7619@hotmail.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    pyRacerz is a Multiplayer 2D Racing Game coded in Python and using the pyGame library. pyRacerz includes many tracks, many car types, a basic robot player, 3 levels of difficulty. pyRacerz also have hi-scores and replay functionalities
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Fully playable Java game demo illustrating basic game programming technics, such as sprite animation, pixmap fonts, time or frame related game loop, affine transformations, convolution filters, sound generation and playback...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A simple client-server tank game where the users type in commands ("MOVE 5" or "SHOOT") to control their tanks and attempt to destroy other tanks. Used to illustrate basic concepts for the Java Programming class of the Science Honors Program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A new game for Mac OS X as well as Mac OS 8-9 and Windows. Think SuperMario and Dungeons and Dragons. This 2-D side-scrolling RPG is sure to captivate you as you play through its many levels with plot twists at every corner.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Nonsense Software is a group working on several games and other programs. We are currently working on opening up the source code on our completed projects under the GPL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB