elisehuard/game-in-haskell

Haskell

121

106 commits

updated Aug 16, 2018

See the code

README

Game Programming Haskell

code with https://leanpub.com/gameinhaskell

Contributors

  • Elise Huard
  • Tran Quoc-Anh (upgrade 2018)

Usage

I recommend using a sandbox. clone the repo, and then

cabal sandbox init
cabal install --only-dependencies
cabal build

Chapter 1

Showing how to set up a window and draw basic shapes:

cabal run shapes-demo

Chapter 2

State in a more traditional way:

cabal run state-demo

State with FRP:

cabal run frp-demo

Chapter 3

Using textures and animations, and viewport:

cabal run animated

Chapter 4

Let's add some music and sounds:

cabal run music

Chapter 5

Shooting (ASDW keys), levels, can increase windowsize, etc

cabal run extended

Chapter 6

Game with testing enabled

cabal run testing

run tests

cabal test

Other options from

cabal run testing -- --help

Contributors

elisehuard

98 commits

tran62

5 commits

dino-

3 commits

elisehuard/game-in-haskell

Haskell

121

106 commits

updated Aug 16, 2018

See the code

README

Game Programming Haskell

code with https://leanpub.com/gameinhaskell

Contributors

  • Elise Huard
  • Tran Quoc-Anh (upgrade 2018)

Usage

I recommend using a sandbox. clone the repo, and then

cabal sandbox init
cabal install --only-dependencies
cabal build

Chapter 1

Showing how to set up a window and draw basic shapes:

cabal run shapes-demo

Chapter 2

State in a more traditional way:

cabal run state-demo

State with FRP:

cabal run frp-demo

Chapter 3

Using textures and animations, and viewport:

cabal run animated

Chapter 4

Let's add some music and sounds:

cabal run music

Chapter 5

Shooting (ASDW keys), levels, can increase windowsize, etc

cabal run extended

Chapter 6

Game with testing enabled

cabal run testing

run tests

cabal test

Other options from

cabal run testing -- --help

Contributors

elisehuard

98 commits

tran62

5 commits

dino-

3 commits

Languages

Haskell

100.0%