Giter Site home page Giter Site logo

ludum-jam-50's Introduction

ludum-jam-50

The Survivor Island

The game about saving the island as long as it's possible. The island is drowning: every turn water level is raising and part of the island disappears. You need to act smart to prolong your existence. Screenshot

The Island

Island is:

  • random-generator piece of land of NxN cells (5x5 by default),
  • with different height: from 0 to M (0-3 by default).
  • after land generation 80% of the initial island land should be visible (x>0).

The Drowning

Island is surrounded by water, and each turn water level is raised +1 - or height of island is reduced -1, depends on a point of view. For example:

00000
03330
02120
03330
00000

-> turns into ->

00000
02220
01010
02220
00000

There are 2 options of realisation:

  1. water is raised everywhere, including non-connected regions of island, so that the central cell of the upmentioned example is flood as well;
  2. water is raised only in connected cells: so that the central cell is not flood yet in the upmentioned examples. Thus, there should be a flag for marking if the cell is flood or not.

Player

  • Player's goal is to prevent island drowning as long as it's possible.
  • Player can raise +1 height on a cell 3x times per turn.
  • Player is not presented on an actual map.

Resources

  • Each turn unflooded cells generate resource units
  • Height rise requires K resource units (3 by default)
  • Already flooded cells are not raisable

Colorification

  • Water is bluish
  • Unflooded cells are green to yellow (0->N)

ludum-jam-50's People

Contributors

dmitryprigodich avatar runninglvlan avatar

Watchers

 avatar  avatar  avatar

ludum-jam-50's Issues

Turn logic

  • Drowning
  • Resource collecting (from all above water cells) and usage
  • End condition

Cell height rise by player

Mouse control (maybe something visual too)
Limit by 3 each turn (3 resources per cell rise)
Can't raise flooded cells

Выбрать одну из идей на тему Delay the inevitable

  • Тетрис
  • Ресурсы менеджерить
  • Фростпанк
  • Спейс инвадерз
  • Last Man standing (survival)
  • I'm legend
  • Zомбаки vs U
  • Волны и остров (суша уменьшается)
  • Туннель, монстр надвигается, ты строишь баррикады
  • Жизнь - Смерть - ЗоЖ
  • Действующий игрок - недействующий, бытие-в-игре - до проигрыша
  • "Выживший" Стивен Кинг

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.