Skip to content

dp304/dictator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dictator

Remake of old BASIC game 'Dictator' for Spectrum, devised and written by Don PRIESTLEY (DkTRONICS, 1983), rewritten in C by #kstn (2015).

There are no BASIC's surreallistic colours, but in other respects game is quite identical. So if you like to tousle you nostalgia it is written for you. ATM code is not very nice but works quite well.

Any feedback, ideas, fixes, bug reports are welcomed.


##INSTALLATION:

Clone the repository

$ git clone https://github.com/kastian/dictator.git

Make

$ make

For successful making you need "ncurses.h" so may be you'll need install it.

And run

./dictator

Or install it

$ sudo make install

Game consists only of one executable file so if you'll want to uninstall it you can use

$ sudo make uninstall

or just remove file

$ sudo rm $(which dictator)

About

Remake of old BASIC game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.6%
  • Makefile 1.4%