Coder Social home page Coder Social logo

drsam94.github.io's Introduction

GridGame

Attempting to make a puzzle game based on a grid with interesting notions of adjacency. A learning project in terms of getting back into the web, learning Typescript, and actually trying to design a somewhat interesting set of rules that leads to a playable and generatable puzzle.

Game 2:

  • Brings together a couple of ideas I have seen in other puzzle games, including "ice puzzle" type mechanics like the game Streamline (francoisvn.itch.io/streamline) and the idea of being an ever-growing objects from many games (like snake)
  • Pros: there exist puzzles with nontrivial solutions that are both winnable and losabable (i.e reset/undo are necessary to be implemented as features, they are not intrinsic in the game)
  • Cons: Likely will require a more artistic, hands-on approach to level design. Will look into auto-generating puzzles, however

Game 1 (abandoned):

  • Ruleset 1: based on complex distance calculation; flaw -- unintuivie, many bad stable solutions
  • Ruleset 2: can rotate (in a rubix cube like sense) the rows of the grid and the cols of the colors. flaw -- color space actually doesn't add to powers from the base soln, so no interesting puzzle can be made
  • Ruleset 3: swap (grid row) with (color col); flaw -- slightly more inutuitive, but less so. Bad stable solutions when color cols are aligned to grid rows
  • Ruleset 4: like (2), but with row/col swapped between moves. I think this is workable, but not intuitive, and not invertible which makes it hard to reason about
  • Ruleset 5: can rotate (in a rubix cube like sense) a single selected row of the grid or a single selected col of the color grid. Advantages -- invertible, relatively intuitive. Will use two sets of controls (arrow keys for one grid, WASD for the other). flaws -- trivial strategy, align one side then the other, then tweak
  • Ruleset 6 (random idea that went nowhere): Like 5, but each move applies to both boards?

drsam94.github.io's People

Contributors

drsam94 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.