I have an absolute weakness for physics games, and while Civiballs isn't the strongest physics-based game, what it lacks in the physics department it makes up for a few times over in style and fun.
In Civiballs, you are presented with a few colored balls, and your goal is to get those balls into the same-colored urn on the level. The "civi" part of Civiballs is that there are 3 sets of levels to play, each representing a different civilization. While the civilization doesn't affect gameplay, the artwork for each level is beautifully themed to it's appropriate era.
To play the game, you are given only one tool - a sword with which to cut the chains that are holding the balls. The puzzle part of the game is in figuring out what order, and with what timing to cut each chain. Do it right, and all the right balls end up in the right urns, with no stray balls entering an urn (a no-no). Do it wrong, and you get to start over again.
Civiballs is not terribly deep on gameplay; the entire game can be completed in about 15 minutes. But if you enjoy this type of game, it will be a very enjoyable 15 minutes.
View more Time Wasters
Reader Comments (Page 1 of 1)
yhancik said 1:19PM on 2-24-2007
Ant Renamer (http://www.antp.be/software/renamer) is a quite handy tool to mass-rename files
Reply
digistrom.blogspot.com said 1:53PM on 2-24-2007
http://digistrom.blogspot.com/2007/02/batch-rename-files-sophisticated-way_08.html
... a lot of people (including myself) use this hack from time to time but it doesn't provide enough control and more importantly it is risky! If you mistakenly select files that don't need to be renamed you will have no way of getting the original file names back! Yes, Windows allows us to undo a renaming action by pressing Ctrl-Z but it will only undo the renaming for a handful of files, just ten. The rest of the file names will be lost forever...
Reply
jmalenko said 2:39PM on 2-24-2007
c=1 zmv '*.jpg' 'file-$((c++)).jpg'
or without zsh
c=1; for i in *.jpg; do mv $i file-$((c++)); done
or even better, for numbering like (0001,0002,0003)
zmv ’(*).jpg’ ’file-${(l:4::0:)1}.jpg’
Reply
duke said 2:46PM on 2-24-2007
for next post, we are going to discuss how to do Right Clicks with your mouse.
Reply
samuel said 3:22PM on 2-24-2007
Man you didn't know this?! Check out IT-Falke Re-namer, it been around for ages and does a good job: http://it-falke.com/software/renamefiles/us_download.php
Reply
Vampaz said 1:08PM on 2-25-2007
LOL, you have started using windows today.
Reply
hazard said 9:07PM on 2-25-2007
sorry but this "feature" is more annoying than useful..
Reply
Ben said 7:19AM on 2-26-2007
It was just as interesting when downloadsquad blogged about it a few months ago .... don't you read your own blog? :S
http://www.downloadsquad.com/2006/05/09/batch-file-renaming-in-windows/
Reply