Prehistoric Problems Solved 4
This page is dedicated to the most pressing concerns of our ancient ancestors.
Here are the problems we'll be addressing today:
- What to do with all the pesky saber-toothed cats?
- How to make fire without getting too many burns?
- Who ate the last Mammoth steak?
// Code snippet for making fire without burns
// (C) 10,000 BCE by Ugh, Caveman
#makefire {
printf("Ugh! Fire!\n");
printf("Burn, you pesky saber-toothed cat!\n");
}
Prehistoric Problem 1: Saber-Toothed Cats
These furry fiends are a menace!
// Code snippet for repelling saber-toothed cats
// (C) 20,000 BCE by Ugh, Caveman Jr.
if (saber_toothed_cat_nearby) {
shoo_away_cat();
}