Skip to content

A puzzle game reminiscent of old school printed circuit board design software

Notifications You must be signed in to change notification settings

rparrett/pixie_wrangler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pixie Wrangler

Help the Pixies overcome The Resistance¹ in their journey from Source to Sink.

An exciting² blend of traffic simulation games and printed circuit board design.


¹Super janky circuit design software

²Debatable

Play Online

A web build is hosted on itch.io.

Build

Pixie wrangler uses the Bevy engine and is pretty easy to build.

Dependencies

Native

cargo run
cargo run --release
cargo run --profile dist

Web

cargo install --git https://github.com/TheBevyFlock/bevy_cli bevy_cli --features wasm-opt
bevy run web
bevy run --release web
bevy run --release --profile web-dist web --bundle

Contributing

Do it! Throw some code at me! Here are some ideas:

TODO

  • Audio
  • Darken pixies when traveling on lower layers
  • Automatically stop line drawing at intersections
  • Randomizer mode?
  • Add something to segment corners to indicate that they will block lines
  • Add "reset all data" button to level select screen
  • Add "export data" button for web users
  • Optimize pixie collision detection
  • More Levels
  • Pixie-combiners
  • Completely rethink scoring
  • Obstacles that only affect particular layers