00:00
00:00
zzulian

Male

Joined on 2/1/13

Level:
1
Exp Points:
10 / 20
Exp Rank:
> 100,000
Vote Power:
1.50 votes
Rank:
Civilian
Global Rank:
> 100,000
Blams:
0
Saves:
0
B/P Bonus:
0%
Whistle:
Normal
Medals:
21

zzulian's News

Posted by zzulian - January 25th, 2018


4479382_151689908893_pixelcolony3.gif


Posted by zzulian - January 24th, 2018


4479382_151680986352_pixcolonytitle.jpg


Posted by zzulian - May 22nd, 2016


4479382_146395580912_kingdomsim2.gif


Posted by zzulian - September 27th, 2015


As we all know, finishing a project and more specially a game is not an easy task. Many game projects started and just a few have seen an end. Espacially when the game is not well thought and too ambitious, the probability to finish it is close from zero. So this time I decided to make a game, with a simple design but enough complex to get some interest, since a long time ago I would to make a game like a bit Heroes (an old MS-DOS game), but also would like to generate a castle randomly. I've chosen a game title not very orginal, but it is what it is, a little Kingdom simulator.

Here a screenshot of the mainmenu"

4479382_144333638431_sc1.png

So the goal is to manage a little kingdom, each day you have to choose some action, some events occure. Your goal is to make your kingdom survive as long as possible.

Here the main game screen:

4479382_144333683682_sc2.png

So you can choose which part of your kingdom you want to develop, you can also hire a hero, and give a quest to  him. Depending your action, your castle can grow, and it will look like different each time you play. For that, I just made a little algoithm that generate a castle.

Here some kind of castles that the algorithm can generate:

4479382_144333734271_c1.png4479382_144333736071_c2.png4479382_144333739662_c4.png4479382_144333741021_c5.png


Posted by zzulian - May 29th, 2015


Trying to port the current game in progress "Dungeon Ruins" on mobile platforms, it works not bad on a XiaoMi (RedMi, HM NOTE 1L, CPU: quadcore1.6Ghz, 2go RAM), with Firefox.

4479382_143295410952_scr1.jpg

4479382_143295414033_scr2.jpg


Posted by zzulian - May 25th, 2015


Recently continuing an unfinished project called Dungeon Ruins.

4479382_143260665143_title.png

- Each game starts with a ramdomly generated map.

- The goal of the game is to rebuild your dungeon (add walls, doors)

- Build farms to produce workers, forges to produces weapons. Workers can be converted to soldiers.

- There are not yet an experience system, but the king and the workes/soldiers can be equiped.

- Some giants rats appears during the game. Planing to add more monsters.

- Currently working on the doors, doors can be selected, destroyed, repaired, upgraded and attacked only by a certain type of monsters (like Gobelins).

- Planning to add special objects on the maps, the king could have some special habilities.

- Planning to add touch capabilities to make it works on mobile platforms.

Most of hard works are done (like workers can collect ressources, map generation, fighting system is implemented), but has to work on game details, monsters, game's balance, that needs time.

4479382_143260718651_scr1.png


Posted by zzulian - May 12th, 2015


A RTS game with some Roguelike aspects, extract ressources, develop your colony, recrute heroes and try to survive. This game is still in development, but hope to finish it.

4479382_143141352831_dustandcrystals.jpg


Posted by zzulian - December 22nd, 2014


If you want to move your player like in the game 2030:

4479382_141930248291_Image27.png

Here the player's ship has a "bullet behavior" with the property setAngle = yes.

Then you need to add the following events:

4479382_141930272472_Image3.jpg


Posted by zzulian - November 29th, 2014


4479382_141726172882_scr0.jpg

4479382_141726176023_1.jpg

4479382_141726181962_2.jpg


Posted by zzulian - August 23rd, 2014


4479382_140885092711_title.png

Starting a new game project: Dungeon ruins.

You play a king who lost a decisive battle and your dungeon is in ruins. Your main goal is to repair your dungeon. Some villagers will help you.

Here an early version screenshot:

4479382_140885126523_screenshot.png

What is done:

- Generating small map (forest and montain) with a random based algorithm.

- Placing a dungeon on the map, just one room that contains a treasure is not destroyed.

- The player can build walls, farms, and forges.

- The king can be selected and move on the map.

- The villagers can be selected and can received orders like collect woods and rocks.

What's next:

- Display on the HUD the villagers and king's information like life, defense, attack...

- When selecting a farm: display a button to create new villagers according to the limit of population.

- Display a button to destroy a farm or a forge.

- On the villager's HUD display a button to permit a soldier's conversion. It means that he can receive more orders and equipments.

- Generate names for villagers

- Generate enemies

- Generate some random objectives

- Place doors