1
0
mirror of https://github.com/abakh/nbsdgames.git synced 2024-11-02 16:27:18 -04:00
A package of 18 text-based modern games.
Go to file
untakenstupidnick e2bfedbee1 Second version
2019-03-20 17:46:33 +03:30
games first commit 2018-09-21 20:12:39 +04:30
linux_exec Second version 2019-03-20 17:46:33 +03:30
sources Second version 2019-03-20 17:46:33 +03:30
banner.png Second version 2019-03-20 17:46:33 +03:30
README.md Update README.md 2018-09-21 20:33:29 +04:30
README.rst Second version 2019-03-20 17:46:33 +03:30
screenshot.png Second version 2019-03-20 17:46:33 +03:30

New BSD Games

The TUI games i made for NetBSD ( If they accept these ).

These include:

Jewels (A game with a gameplay similiar to that of Tetris, NOT my invention)
Sudoku
Mines (Minesweeper)
Reversi
Checkers
Battleship

Prerequisites

ALL you need is a C compiler with C99 enabled , the standard library and libncurses (the dev package if you are on debian).

How to run

Just download them somehow and compile them with ncurses being linked.

Normally:

cc "address_to_sourcefiles/game_name.c" -lncurses -o "address_to_binaries/game_name"

I am too lazy to write a script for this.

How do these look like

https://github.com/untakenstupidnick/new-bsd-games/blob/master/screenshot.png

License

Public Domain.

I am living outside the Berne convention , This would be public domain anyway.