Hello everybody.
I was poking arround with AGS and I build a short, but full game. The plot is very simple: some cats live in a house, and they have to do things. They want to eat all the time.
In order to implement the LucasArt's interface, I modify a little the TumbleWeed Verbs template from drkey.
NOTES:
- The game is designed in the old-but-good 320x200 mode.
- Graphics are somewhat crap, but I'm not graphic designer.
- English translation ... well, you know; english level: medium.
- Sounds are picked from internet.
- Assets included.
Support English and Spanish (fully translated)
(https://github.com/juanmcasillas/CatVentures/blob/master/img/game/game1.png?raw=true)
(https://github.com/juanmcasillas/CatVentures/blob/master/img/game/game6_es.png?raw=true)`
I wrote a full desc on https://github.com/juanmcasillas/CatVentures (https://github.com/juanmcasillas/CatVentures)
Here are the release files:
- Windows version, spanish language https://github.com/juanmcasillas/CatVentures/releases/download/1.0.0/catventures-win-1_0_0-Spanish.zip (https://github.com/juanmcasillas/CatVentures/releases/download/1.0.0/catventures-win-1_0_0-Spanish.zip)
- Windows version, english language https://github.com/juanmcasillas/CatVentures/releases/download/1.0.0/catventures-win-1_0_0-English.zip (https://github.com/juanmcasillas/CatVentures/releases/download/1.0.0/catventures-win-1_0_0-English.zip)
- The linux one, multilang (I hope!) https://github.com/juanmcasillas/CatVentures/releases/download/1.0.0/catventures-linux-1_0_0-Multilang.zip (https://github.com/juanmcasillas/CatVentures/releases/download/1.0.0/catventures-linux-1_0_0-Multilang.zip)
Also I wrote a python-script that generates the room assets from an XML, maybe that is interesting. See the github page for more details.
Hope you like it.
Juan M. "assman" Casillas.
That's a very interesting project! Well done! I liked your Python solution to generate the room elements. This is really cool!
Nice demo. Has potential to be really cute when music and sound effects are added.