Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (18 loc) · 573 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 573 Bytes

Dodger Game

A simple command line runner game, written in forth. The goal of the game is to dodge enemies, collect points and upgrades.

Usage

Developed and tested with Gforth version 0.7.3.

Start

gforth dodger.fs

Play

  • Arrow Left - Move left
  • Arrow Right - Move Right
  • Space - Pause

Authors

  • Andreas Scheidl
  • Christoph Presch