1
0
Fork 0
A package of 18 text-based modern games.
Go to file
untakenstupidnick 74dd80e798 Version 2 2019-05-13 18:28:45 +04:30
sources Version 2 2019-05-13 18:28:45 +04:30
LICENSE license stuff 2019-04-14 05:43:21 +04:30
README.md Version 2 2019-05-13 18:28:19 +04:30
screenshot.png Second version 2019-03-20 17:46:33 +03:30

README.md

New BSD Games

You have a computing machine from 1980's and you wonder how you can 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!

I originally made these in hope of them being added to NetBSD ( but the few i talked with preferred to have games in the repositories rather than in /usr/games itself) .

These include:

  • Jewels (A game with a gameplay kinda similiar to that of Tetris, NOT my invention)
  • Sudoku
  • Mines (Minesweeper)
  • Reversi
  • Checkers
  • Battleship
  • SOS
  • Rabbithole (A maze-exploring game where you have to gather items from all around the maze rather than 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)
  • Fifteen
  • Memoblocks (or Memory blocks. A similar game was included in Windows 7)

Prerequisites

  • git (optional)
  • POSIX 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

  1. Download the files
  2. Go to the sources directory
  3. Set the environment variable PREFIX to the address you want them to be in
  4. Install

Like this:

	 git clone https://github.com/untakenstupidnick/nbsdgames
        cd ~/nbsdgames/sources
        export PREFIX= ~/bin
        make install

Also, If you are on a debian-based OS on a 64-bit PC you can download the deb package and simply install it with dpkg or apt.

It's available on AUR thanks to Elias Riedel Gårding: https://aur.archlinux.org/packages/nbsdgames-git/ (The commands start with nbsd_ to avoid conflict)

It's been made available for openSUSE thanks to Zinjanthropus: https://build.opensuse.org/package/show/home:Zinjanthropus/nbsdgames

How do these look like

Screenshot from 4 games in tmux

How to contribute

Oh, You are so kind! You can...

  • Share these with your friends
  • Tell me your feature requests, bug reports, games you want to be added etc.
  • Make a package for your distro
  • Tell me if you're interested in porting it to non-Unix (Possible in theory since there is PDCurses for SDL, and SDL for everything)