2018-09-21 11:42:39 -04:00
|
|
|
# New BSD Games
|
|
|
|
|
|
|
|
The TUI games i made for NetBSD ( If they accept these ).
|
|
|
|
|
|
|
|
These include:
|
|
|
|
|
2018-09-21 11:58:39 -04:00
|
|
|
Jewels (A game with a gameplay similiar to that of Tetris, NOT my invention)
|
|
|
|
Sudoku
|
|
|
|
Mines (Minesweeper)
|
|
|
|
Reversi
|
|
|
|
Checkers
|
|
|
|
Battleship
|
2018-09-21 11:42:39 -04:00
|
|
|
|
|
|
|
### 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.
|
|
|
|
|
2018-09-21 12:02:06 -04:00
|
|
|
### How do these look like
|
2018-09-21 11:42:39 -04:00
|
|
|
|
2018-09-21 12:02:06 -04:00
|
|
|
! [Screenshot including the checkers game and the battleship one] (https://github.com/untakenstupidnick/new-bsd-games/blob/master/screenshot.png)
|
2018-09-21 11:42:39 -04:00
|
|
|
|
|
|
|
### License
|
|
|
|
|
|
|
|
Public Domain.
|
|
|
|
|
|
|
|
I am living outside the Berne convention , This would be public domain anyway.
|