chriz-zeller

Results 12 issues of chriz-zeller

This issue is generated to split #68 in which two problems were found while debugging. Application only detects mouse motion while trackpad is pressed. @asandroq: Is this an issue that...

bug

This issue is generated to split #68 in which two problems were found while debugging. The calculation of the velocity in Game.hs (line 519) returns invalid and very small values...

bug

In haskanoid/src/GameState.hs the ordering and naming 'general info' and 'actual gameplay info' in the first and second documentation paragraph is confusing. The order should match the impementation and the names...

enhancement

As a reference see: https://docs.travis-ci.com/user/languages/haskell/ and https://github.com/ivanperez-keera/dunai/blob/develop/.travis.yml That is, use the standard building image for Haskell ("ghc" variable, remove install section, etc.).

help wanted
beginner

haskell-game-programming.cabal mentions a LICENSE file, however, it is missing and therefore cabal complains. Add an appropriate LICENSE file.

bug

The documentation of [board game scaffold](https://github.com/keera-studios/haskell-game-programming/tree/zuriHac2018/examples/board-game-scaffold/src) maybe needs further improvement. For example, the use of variable names should be consistent over modules and a clear and understandable logical documentation of...

enhancement
help wanted

The [board game scaffold code](https://github.com/keera-studios/haskell-game-programming/tree/zuriHac2018/examples/board-game-scaffold/src) still has minor irregularities, for example, where should/could types defined (`Color`, `VElement`, ...). This needs cleaning.

enhancement
help wanted

The wiki recently only contains information regarding sdl1:`https://github.com/keera-studios/haskell-game-programming/wiki/SDL-%C2%BB-SDL1`. It would be great to have entries for sdl2 as well.

enhancement
help wanted

There are tutorials for sdl1 here: `haskell-game-programming/tutorials/sdl/sdl1/` It would be great to have tutorials for sdl2 as well.

enhancement
help wanted

In the cabal file is at least one example listed (example-lava) that is not available in the repository. Please check the cabal file for unavailable examples and update the file.

enhancement
help wanted