mirror of
https://github.com/abakh/nbsdgames.git
synced 2024-12-04 14:46:22 -05:00
ReST stuff
This commit is contained in:
parent
253b0adcf0
commit
47940b0685
37
README.rst
37
README.rst
@ -1,10 +1,10 @@
|
|||||||
New BSD Games
|
New BSD Games
|
||||||
-------------
|
-------------
|
||||||
*You have a computing machine from 1980's and you wonder how can you use it?*
|
You have a computing machine from 1980's and you wonder how can you use it?*
|
||||||
*You deal with a GUI-less machine at work and are looking for ways to kill time?*
|
You deal with a GUI-less machine at work and are looking for ways to kill time?*
|
||||||
*You have to make a Reversi AI for your homework and you don't know where to copy it from?*
|
You have to make a Reversi AI for your homework and you don't know where to copy it from?*
|
||||||
*You have been so excited about the bsdgames, but have grown tired of playing tetris, snake and robots for billions of times?*
|
You have been so excited about the bsdgames, but have grown tired of playing tetris, snake and robots for billions of times?*
|
||||||
*You feel they have betrayed you by bundling stuff like phantasia with a package you except to contain GAMES?*
|
You feel they have betrayed you by bundling stuff like phantasia with a package you except to contain GAMES?*
|
||||||
|
|
||||||
**Don't worry** anymore as you've got nbsdgames now!
|
**Don't worry** anymore as you've got nbsdgames now!
|
||||||
|
|
||||||
@ -13,15 +13,15 @@ I originally made these to be added to NetBSD (but the few i talked with preferr
|
|||||||
|
|
||||||
These include:
|
These include:
|
||||||
|
|
||||||
Jewels (A game with a gameplay kinda similiar to that of Tetris, NOT my invention)
|
* Jewels (A game with a gameplay kinda similiar to that of Tetris, NOT my invention)
|
||||||
Sudoku
|
* Sudoku
|
||||||
Mines (Minesweeper)
|
* Mines (Minesweeper)
|
||||||
Reversi
|
* Reversi
|
||||||
Checkers
|
* Checkers
|
||||||
Battleship
|
* Battleship
|
||||||
SOS
|
* SOS
|
||||||
Rabbithole (A maze-exploring game where you have to gather items from all around the maze rather reaching an end,the idea maybe mine)
|
* Rabbithole (A maze-exploring game where you have to gather items from all around the maze rather reaching an end,the idea maybe mine)
|
||||||
Pipes (Same as the famous Pipe Mania, unplayable on the environments that don't support the line characters)
|
* Pipes (Same as the famous Pipe Mania, unplayable on the environments that don't support the line characters)
|
||||||
|
|
||||||
Prerequisites
|
Prerequisites
|
||||||
-------------
|
-------------
|
||||||
@ -40,11 +40,12 @@ How to run
|
|||||||
4) Install
|
4) Install
|
||||||
|
|
||||||
Like this:
|
Like this:
|
||||||
|
|
||||||
.. code-block:: sh
|
.. code-block:: sh
|
||||||
cd ~/Downloads/sources
|
cd ~/Downloads/sources
|
||||||
export PREFIX= ~/bin
|
export PREFIX= ~/bin
|
||||||
make install
|
make install
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
How do these look like
|
How do these look like
|
||||||
-----------------------
|
-----------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user