Yesterday, from The Linux Game Tome, a game got release. It's called cutegod. It's an interesting game, in a few way, one it's from a prototyping challenge from lostgarden.com .
And two, it's written in c#, using mono. Which don't happen frequently. On the positive side, you can run it on both linux, windows. And probably bsd, and mac os x too.
The storyline, you are a god, a child god, which your parents give you a small universe, as gift.
This universe, of course have people. Which have need, simple needs, which they try to get prayer. You as the god of that world(or universe) answer the prayer.
Sometime this game can hang the system, kinda reminds me of beagle. By then it's still in alpha stage. By then both is written in c# in mono. Based on my experience, Program written in mono, can be slow, on linux. By then, it's based on beagle.
What's cool: simple game play. Fun. Open Source. Cross platform, so there is windows version too.
What sucks: It have tendency to hang the system. Still in Alpha stage.
To get it:
http://mfgames.com/games/cutegod/
A bit on the history
http://lostgarden.com/2007/05/cutegod-prototyping-challenge.html
Last note:
1. To run the game
You will need the game, and the game data. Once you unzip the game, and unzip the game
data. Copy the game data, into the game folder.
2. Installation on Ubuntu
Before you are able to run the game on linux, few thing is needed. mono's windows.form library, another is DevIL, Developers Image Library, freeglut. I think that's all.
On ubuntu install this:
sudo apt-get install libdevil1c2 libmono-winforms2.0-cil freeglut3To run the game, assume that you have both the game and the data(the Assets folder, should be in the same directory as the game),
Run the game using the perl script provided using terminal, it's named cutegod.
No comments:
Post a Comment