daltyboy11 / SwiftyGames

A collection of arcade games in the terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SwiftyGames

Swifty Games is a collection of 2D arcade games on the terminal, written in Swift. It uses ncurses for drawing.

snake tic-tac-toe maze

The current repository includes

Installation

$ git clone https://github.com/daltyboy11/SwiftyGames.git
$ cd SwiftyGames
$ make

Usage

After the proper installation you can launch the Swifty Games Arcade by typing swiftygames on the command line

Contributing

Please read the contribution guide to learn about how to add a new game to the arcade. Adding a new game, improving an existing one, or any other general improvements are welcome!

License

See LICENSE.md

About

A collection of arcade games in the terminal

License:MIT License


Languages

Language:Swift 99.3%Language:Makefile 0.6%Language:Shell 0.1%