Bifoonj
A downloadable game for Windows and Linux
Warning : bareboneness, jank, general user unfriendliness (for now), proceed at your own risk.
A game based around Befunge-93, with the few data structures it has abstracted to physical components and sockets.
There's a few changes to the instructions (these are probably going to grow and incorporate some Befunge-98 commands) :
Cmd | Description |
---|---|
' | (Apostrophe) Outputs character as a number to a special "control" output, as opposed to the "data" output of . and , |
& | Tries to pop a number from the "queue" socket. This will pause execution until a number is provided |
~ | If the queue socket is empty push 0 on the stack socket, otherwise push 1 |
Status | In development |
Platforms | Windows, Linux |
Rating | Rated 5.0 out of 5 stars (1 total ratings) |
Author | heinn |
Genre | Puzzle, Simulation |
Tags | 3D, ascii, assembly, befunge, First-Person, programming, Singleplayer, Unity, zachlike |