/coding_challenges

The Coding Train coding challenges, implemented in haskell

Primary LanguageHaskellMIT LicenseMIT

coding_challenges

The Coding Train coding challenges, implemented in haskell

Build Instr

to build:

stack build

to run

stack exec challenge-name

Challenges

  1. star-field - displays a semi realistic starfield simulation
  2. menger-sponge - display a 3d model of a menger sponge
  3. snake-game - play a game of snake
  4. purple-rain - display some rain
  5. space-invaders - play a game of space invaders (TODO)
  6. mitosis-simulation - show a mitosis (cell division) simulation (TODO)
  7. planetsim-part1 - create a simple 2D planetary simulator
  8. fractal-tree - display a fractally generated tree
  9. minesweeper - a minesweeper clone
  10. quadtree-part1 - initial tests of a quad tree implimentation
  11. quadtree-part2 - display quadtree pulls
  12. quadtree-part3 - use quadtree for collision detection
  13. barnsly-fern - display a barnsly fern fractal
  14. koch-snowflake - display a koch fractal