Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

My first game Pirate Paradise

A topic by IK_Gejmz created Nov 29, 2021 Views: 203 Replies: 1
Viewing posts 1 to 2
(8 edits)

Hello, this is my first game. And first posting here.


About game:

Pirate Paradise is city builder game, well more like pirate island builder :). With clay like graphic style, which in focus have idea that player can  color his island as he like, for aesthetic or easier recognition reason. Game is in development 6 months, which im solo developing in godot engine in my spare time.

Short Story:

Some of pirates you lead survived shipwreck, and you all are on this island, goal is to build ship for your crew so you can do pirate stuff again.

Some of Features:

  • creating platforms for buildings.
  • creating buildings for crafting and gathering resources.
  • a* implementation for pirates to move around
  • creating bridges to connect platforms
  • unhappy pirates will start rioting (will place buildings on fire)
  • resources, food, water reduction
  • atm on manual call events:
    • more pirates from shipwreck come on island
    • pirates rioting
    • random events, resources stealing etc...
  • save and load system
  • main menu
  • camera mode, for taking in game pictures
  • gallery menu of in-game pictures
  • manual or auto mode in which building gathered or crafted resource will be stored
  • color change of buildings 
  • 1x / 2x / 4x speed mode
  • pause game from menu or ui
  • storage system for buildings
  • buildings are multiinstances for performance
  • all moving/ animated objects are VAT (vertex animated texture) multiinstances as well
    • pirates
    • fight cloud 
    • fire
    • waves
    • sharks
  • indicator ! that building isnt operational.

Future plans:

  • buildings upgrade (more unit slots in buildings, speed-up gathering, crafting, hp, etc...)
  • adding more items, like tnt for faster resource gathering etc...
  • siren attack event
  • kraken event attack
  • great wave event
  • adding more buildings
  • buildings construction VAT (vertex animated texture)
  • day night cycle?

Trailer:

(1 edit)

As im planning to cover all you see at this moment in game, in this devlog, if there is something you would like to see first. Please feel free to let me know.