Giter Site home page Giter Site logo

maze's Introduction

Maze Game

Game Design

The main, static play area generally consists of a large rectangular area, styled as an outdoor terrain. The overall area is divided into two, disjoint areas due to a deep canyon, which the player should not be able to get out of if they fall into. The player should be spawned at one end of the area. From that point, there should be a visually obvious and traversable wandering path, leading to the middle of the canyon edge. This path should be a single, non-intersecting path (unicursal), randomly generated at the start of each playthrough, so it is (probably) different each time. Placed at random, distinct locations along the path, are 8 or more visually apparent objects that represent projectile resources. Each time the player passes over such an object it is removed from the level representation, and the player acquires a projectile resource. The canyon is crossed by traversing a perfect maze, randomized and dynamically constructed to be different on each playthrough. This maze should be based on a 5x5 discrete grid, with all areas reachable, spanning the canyon and ensuring entrance and exit on opposite sides of the canyon. The maze itself is represented by separate floating platforms for each grid cell. Once the player reaches the other side of the canyon, they need to destroy the maze solution using their projectiles.

Screenshot

screenshot

maze's People

Contributors

mike-gao avatar

Watchers

James Cloos avatar  avatar

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.