Tree @master (Download .tar.gz)
History of
src
@master
git clone https://git.catseye.tc/Cosmos-Boulders/
- Fix regression where points weren't being scored. Chris Pressey 25 days ago
- No need to define applyEffectsToPlayerFilter as named function. Chris Pressey a month ago
- Use latest Jaft 0.3; the `lambda` keyword is no longer needed. Chris Pressey a month ago
- concoct, don't bless Chris Pressey a month ago
- concoct, don't bless (x2) Chris Pressey a month ago
- Use in-development version of Jaft that supports closures. Chris Pressey a month ago
- Give better names to some functions Chris Pressey a month ago
- Remove GONE boulders from boulders list to allow detect pass level Chris Pressey a month ago
- The functionality of collision.js has been replicated elsewhere. Chris Pressey a month ago
- Handle collisions between missiles and boulders. Chris Pressey a month ago
- Steps toward missile-boulder collisions. Chris Pressey a month ago
- Bring closer to functional style. Chris Pressey a month ago
- The boulder participating in a collision also explodes now. Chris Pressey a month ago
- Concoct, don't bless. Add filter() as a function on lists. Chris Pressey a month ago
- Use the returned effects to initiate EXPLODING state in player. Chris Pressey a month ago
- Reduce boulder list to retrieve set of effects from it. Chris Pressey a month ago
- Boulder transducer can produce a COLLIDED_WITH_PLAYER effect. Chris Pressey 2 months ago
- Ensure player and missiles are available on boulder's STEP action. Chris Pressey 2 months ago
- Refactor deeper Chris Pressey 2 months ago
- Refactor updateBoulder towards returning some effects. Chris Pressey 2 months ago
- They're all transducers now. Now some fun redesign work begins. Chris Pressey 2 months ago
- updatePlayer() is now a transducer. Chris Pressey 2 months ago
- The set of outputs (effects) is implemented with a list. Chris Pressey 2 months ago
- Jaft supports null directly, no need for newNull(). Chris Pressey 2 months ago
- updateBoulder() is a transducer. Chris Pressey 2 months ago
- Remove set(), rename setr() to set(). Chris Pressey 2 months ago
- Convert all set() calls to setr(). Chris Pressey 2 months ago
- Convert two reducers to transducers. Chris Pressey 2 months ago
- Mark the functions we need to convert. There actually aren't many. Chris Pressey 2 months ago
- Use tuples to return and handle multiple values in reduce. Chris Pressey 3 months ago