Drink! (Development log)
Posted: Sat Mar 17, 2012 11:39 am
'Drink!' is a game that I'm currently developing. It is - as you might assume - a drinking game. Made in C++ with the SDL library)
Click HEREto download the beta version of the game.
You have a board with a lot of 'cards'. Click one, and it opens. If you got an image of a beer, and the text corresponding to the card says 'Take a sip', you must take a sip.
When you start a game, you chose how many are playing. Some cards will end your turn, and some cards make you pick another card.
Simply enough.
I will upload the game later today, so you can try it out, and play around with the mod.
I still have to make the game more graphical appealing. So ignore the primitive shapes.
Modding
Yes, you can make your own 'mods'. When modding, you make your own cards (with it's own functionality) and your own sounds.
This way, people can chose which game mode to play. If they want a simple drinking game, or a little more hardcore, or a game with 'You must spin around on one leg and yell CHICKEN' stuff and so on.
I really want some feedback on the modding part. Do you need more functionality to play around with? Should I do things in a different way? And that sorta stuff.