tuxDB - linux gaming aggregate
TUXDB - LINUX GAMING AGGREGATE
 NEWS TOP_PLAYED GAMES ITCH.IO CALENDAR CHAT WINE SteamDeck
 STREAMERS CREATORS CROWDFUNDING DEALS WEBSITES ABOUT
 PODCASTS REDDIT 

 

SUPPORT TUXDB ON KO-FI

MENU

ON SALE

New Twitch streamer aggregation implemented (#FuckTwitch) due to Twitch's API issues (more info on my Discord )


https://heinn.itch.io/bifoonj


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) :

CmdDescription
'(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