Skip to content

Commit

Permalink
Added Info to Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
oshaboy committed Jun 25, 2021
1 parent eee26fa commit d0be1d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# 4bod reimplementation
A Reimplementation of 4 Bits Of Doom in Python.
4 Bits of Doom is an eso-fantasy computer created by puarsliburf games for the Fantasy Computer Jam in 2017. However he apparently lost the original source code. And the reference implementation is a bit buggy so I made my own.
4 Bits of Doom is an eso-fantaly [sic] computer created by puarsliburf games for the Fantasy Computer Jam in 2017. However he apparently lost the original source code. And the reference implementation is a bit buggy so I made my own.

It doesn't have an editor. You are expected to feed it an image. It supports all the formats PIL supports and NetPbm (P1), the latter allows you to edit it in a text editor. However it can't open ini files from the original editor because I have no clue how they work.

by typing -ansi as the second argument you can play it in in an ANSI terminal. However this requires root priveleges in linux.

The program depends on Pillow and Pygame

The original can be found here: https://puarsliburf.itch.io/4bod-fantaly-console

0 comments on commit d0be1d1

Please sign in to comment.