samarthkulshrestha / bombae

a terminal minesweeper application, written in pascal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bombae

samarth kulshrestha

top language license


bombae logo

Introduction

bombae is a terminal minesweeper game, written in pascal.

Quick-Start

  • clone the repository
$ git clone https://github.com/samarthkulshrestha/bombae.git
$ cd bombae
$ fpc bombae.pas
  • run the executable
$ ./bombae

Controls

key description
h,j,k,l move cursor around
SPACE open cell
f flag/unflag cell
r restart
q quit

Contribute

  • I <3 pull requests and bug reports!
  • Don't hesitate to tell me my code-fu sucks, but please tell me why.
  • Feel free to fork the project and try out your own optimisations.

License

bombae is licensed under the MIT License.

Copyright (c) 2024 Samarth Kulshrestha.

About

a terminal minesweeper application, written in pascal

License:MIT License


Languages

Language:Pascal 100.0%