Codegolf
-
Code golfing tips and tricks
This is a companion article to the 4-in-1 game for taskbar post, which has four playable games for the Windows taskbar in 3727 bytes of code describing the techniques of code size reduction. Table …4-in-1 game for the taskbar
A collection of minigames under 4 KB As a kid, I had a cheap 8 in 1 Brick Game handheld console, which had LCD display with large dots, 4 directional buttons and a speaker. Along with a couple of …Programming Fizz-Buzz in Forth
After finished implementing my Forth interpreter I was finally ready to do some programming in Forth. Let’s do the famous Fizz-Buzz test . The assignment goes: “Write a program that prints the numbers …