Screenshots

Started by tonisan, December 06, 2009, 07:59:27 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

tonisan



A really cool matrix-like world-of-game representation.

;) Yes, I know it's awful but it is my very first code in bennu (beyond copying a tutorial). World building is full random, but I plan to make some AI in it, as putting similar cells together, not put too many town or ice-caps cells, etc.
Proud author of
El Juego de Rol Flynn
Samarkanda RPG
(more info at http://www.cocoguawa.com)

Windgate

The random world is a good idea, about your screenshot I always say that the code is what really matters, the visual factor is only a "cheat" for the player's eye.

It would be a good idea to have some IA and order a little bit the tiles to avoid unapproachable places and so, keep on!
Iván García Subero. Programador, profesor de informática, monitor de actividades culturales y presidente de TRINIT Asociación de Informáticos de Zaragoza. http://trinit.es

josebita

#2
Putting some AI on the "random" world generation is very important, in my opinion.

Good work!

tonisan

Now it looks a little more like a game.

And it's more evident what josebita says, it's a little to much random in it.
Proud author of
El Juego de Rol Flynn
Samarkanda RPG
(more info at http://www.cocoguawa.com)

tonisan

I will also add some simple war fog, so that player can't see all the world until she has explored it.
Proud author of
El Juego de Rol Flynn
Samarkanda RPG
(more info at http://www.cocoguawa.com)

tonisan

It really looks like a game, and the cat is moving with the arrow keys!!!
Proud author of
El Juego de Rol Flynn
Samarkanda RPG
(more info at http://www.cocoguawa.com)

tonisan



Changes:
  - the bizarre leaves in the left panel are removed, now it will be a season indicatoir (now showing winter)
  - you can see the graphs for preys (mouse, lizard and robin), i think the rabbit will not be in the game. They haven't AI yet.
  - the world is not full random, now it's strong biased to look like a forest
  - Everything (but the text) in the screen are frames, I hope it to be smart enough to move everything, specially when spring comes, and these crazy mice start to fall in love!!!

Hope you like!
Proud author of
El Juego de Rol Flynn
Samarkanda RPG
(more info at http://www.cocoguawa.com)