SpaceInvaders
SpaceInvaders copied to clipboard
A Haskell game written in Yampa
Neither the "master" or "development" branch build. Both seem to fail with a chorus of errors such as; Can you advise on how to fix this? ``` Graphics\HGL\Win32\WND.hs:243:37: error: *...
When I resize (increase width) the window in which the game runs, then the mountain range stays the same size (so, part of the window is black) but the "cannon"...
Would require changing the backend (htmldom). Would allow playing from any browser, which is great when giving talks about FRP.
## Phenomenon: After executing spaceInvaders.exe, if you moving the mouse over the window, the game freezes! ## Root cause: When Yampa's sensing action takes window inputs, if the input is...
## Phenomenon: After executing spaceInvaders.exe, if you moving the mouse over the window, the game freezes! ## Root cause: When Yampa's sensing action takes window inputs, if the input is...
Compile successfully, on execution, reported run time error: ``` user error (loadQueryFont) ``` I suspect this is caused by a missing font on my system (arch linux). But I could...