Ludum Dare #28compo
Sculptors & Stones: Throw the Hammer
Is one hammer enough to finish a day's work for a dozen sculptors?
A team of stone sculptors forgot their tools. Pass the one remaining hammer around so they can get their work done.
INSTRUCTIONS:
Press WASD to throw the hammer (T) to the next sculptor (@) when they are blinking green (*).
After 4 successful hits, the block of stone is a finished statue (&).
Turn all the stone into statues to clear the level.
FEATURES:
Random level layouts with increasing complexity.
REQUIREMENTS:
Playable on Linux with a color terminal.
NOTES:
My first time entering the Ludum Dare competition!
See you at the next one! Have fun!
A team of stone sculptors forgot their tools. Pass the one remaining hammer around so they can get their work done.
INSTRUCTIONS:
Press WASD to throw the hammer (T) to the next sculptor (@) when they are blinking green (*).
After 4 successful hits, the block of stone is a finished statue (&).
Turn all the stone into statues to clear the level.
FEATURES:
Random level layouts with increasing complexity.
REQUIREMENTS:
Playable on Linux with a color terminal.
NOTES:
My first time entering the Ludum Dare competition!
See you at the next one! Have fun!



Comments3
(For those who wants to compile from the source:
$ c++ -Dnullptr=NULL *.cpp -lncurses
is what I did.)