Giter Club home page Giter Club logo

pixothermic's People

Contributors

alexobviously avatar thebeville avatar

Stargazers

 avatar  avatar

Watchers

 avatar

pixothermic's Issues

Add some sound effects

Some really minor sound effects might add a bit of interest.

  • Start level
  • Finish level
  • Jump?
  • Land?
  • Splash on entering water (or object entering)?

Local storage for levels

Would be nice to be able to save, load and play levels without the faff of exporting and importing JSON.
When we do this, we should also expose access to the campaign levels, so they can be opened, duplicated and edited.

Editor: assignable tile shortcuts

Especially once we start adding more tile choices, it would be useful to allow shortcuts for tiles.

Desired behaviour:

  • I click on a tile
  • I press cmd+N (where N is 0-9) (check if this shortcut behaves well on web)
  • This assigns N to the tile
  • ...
  • I press N
  • It selects that tile

Improve performance of heat transfer

In particular, heat transfer through static metal blocks is unnecessarily performance intensive. We don't need to use collisions for these because we know their positions. In fact, we probably don't need collisions for crate to block transfer. We can possibly precompile a map of squares that have heat transfer relationships with static blocks and check if heatables are in those squares, in a loop in the foreground layer.

Better control of music

  • Adjustable sound level
  • Make it consistently work (sometimes it stays on after turning off)
  • Make it accessible anywhere (in levels, maybe a general settings menu?)

Add metadata to levels

Specifically, we should add an author field to levels, since we're going to encourage sharing, and also a level title, which we can display after the jam and we lift the no text limitation. Maybe also version and timestamp.

Minimisable editor panels

I think it would be helpful to control which panels are currently visible on the left. So we can have icons along the top bar + keyboard shortcuts to enable/disable each panel.

I changed my mind, I want the panels to just be minimisable (and maybe have shortcuts to focus them but that's a separate issues)

Fix audio issues on web

  1. Error: NotAllowedError: play() failed because the user didn't interact with the document first. - we actually fixed this ages ago, this is the whole reason we have the splash page, but for some reason it's back again.
  2. play interrupted by pause or something like that

Make portal smaller

Yeah so I don't know what I was thinking making the portal bigger than a unit

Improve ray visuals

Could be as simple as making the lines wider and fewer, or as complex as a shader that renders illumination (i low key want to write a shader for it tbh

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.