NAME | NIM | FACULTY |
---|---|---|
1. Rehagana KCS | 16519380 | STEI |
2. Steven Nataniel | 16519015 | STEI |
3. Ahmad Miftaqudin | 16019147 | FMIPA |
- Download all files then run this command (GCC required)
gcc main.c activity.c utils.c robot.c event.c -o play
- Execute the play.exe
or
- Download play.exe from Executable/play.exe on this github
- Execute the play.exe
Hello, this game is about a humanoid robot. The robot has 4 attributes.
- Happiness
- Hygiene
- Health
- Hunger The game will be over if the robot dies. The robot will die if these 4 attributes dropped into 0 or less.
The robot also has 2 stats.
- Money
- Social Point/Score Money just act as its name. The robot will not die if money goes below 0, but you will be limited to do some actions because the robot needs some money to do so. Social Point act as score, the goal is to get the highest score. The robot will eventually dead because we make it so. evil laugh
The gameplay is so simple. You just type the number to control the robot. Every 5 rounds, a random event will show, you can take/decline the event. The event can bring you advantage or disadvantage, it based on chance.
The game is full of random number generator, so have fun :)