Block-pushing puzzle game
Find a file
2021-10-24 01:07:55 -05:00
fuzz what 2021-10-24 01:07:55 -05:00
levels add level 1 2020-06-08 03:25:00 -05:00
shaders progress 2019-08-06 03:16:06 -05:00
src what 2021-10-24 01:07:55 -05:00
textures actually draw the level 2019-07-27 14:43:29 -05:00
.editorconfig add a readme 2019-08-10 01:20:37 -05:00
.gitignore initial 2019-07-27 05:03:19 -05:00
Cargo.lock what 2021-10-24 01:07:55 -05:00
Cargo.toml what 2021-10-24 01:07:55 -05:00
LICENSE add level 1 2020-06-08 03:25:00 -05:00
README.md gdi sourcehut 2020-06-08 03:27:00 -05:00
screenshot.jpg add a readme 2019-08-10 01:20:37 -05:00

wedge: a puzzle game

screenshot

Mechanics:

  • Objective: Get the two players to reach the goals by navigating the level and pushing blocks around.
  • Blocks with triangular sections will push other blocks in the other direction.
  • Blocks of the same color will always move together.

Controls: WASD for the left player and IJKL for the right player

To-do list

  • Gameplay
    • Collision algorithm
    • Primitive animations
    • Orientation indicator
    • Unique textures
  • Cosmetics
    • A real menu interface
    • In-game editor

Credits

Original game made during MinneHack 2019: https://github.com/iptq/planar

  • Yeshi Cai
  • Mark Pekala
  • Alex Shi
  • Michael Zhang

Rewrite: Michael Zhang

License: MIT