mirror of
https://github.com/abakh/nbsdgames.git
synced 2024-12-04 14:46:22 -05:00
i hate github's README system
This commit is contained in:
parent
47940b0685
commit
d60b956a37
@ -1,10 +1,10 @@
|
||||
New BSD Games
|
||||
-------------
|
||||
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 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 feel they have betrayed you by bundling stuff like phantasia with a package you except to contain GAMES?*
|
||||
#New BSD Games
|
||||
|
||||
*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 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 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!
|
||||
|
||||
@ -23,16 +23,15 @@ These include:
|
||||
* 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)
|
||||
|
||||
Prerequisites
|
||||
-------------
|
||||
##Prerequisites
|
||||
|
||||
* make (optional)
|
||||
* A C compiler with C99 enabled
|
||||
* The standard library
|
||||
* libncurses (the dev package if you are on debian-based distros)
|
||||
|
||||
How to run
|
||||
----------
|
||||
##How to run
|
||||
|
||||
|
||||
1) Download the files
|
||||
2) Go to the sources directory
|
||||
@ -40,20 +39,18 @@ How to run
|
||||
4) Install
|
||||
|
||||
Like this:
|
||||
.. code-block:: sh
|
||||
|
||||
``` sh
|
||||
cd ~/Downloads/sources
|
||||
export PREFIX= ~/bin
|
||||
make install
|
||||
```
|
||||
|
||||
##How do these look like
|
||||
![Screenshot from 4 games in tmux](https://raw.githubusercontent.com/untakenstupidnick/new-bsd-games/master/screenshot.png)
|
||||
|
||||
|
||||
|
||||
How do these look like
|
||||
-----------------------
|
||||
.. image:: https://raw.githubusercontent.com/untakenstupidnick/new-bsd-games/master/screenshot.png
|
||||
|
||||
|
||||
License
|
||||
-------
|
||||
##License
|
||||
No rights reserved.
|
||||
|
||||
I am living outside the Berne convention and therefore no meaningful licensing can be applied (meaning that it's public domain in most of the world).
|
Loading…
Reference in New Issue
Block a user