Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/programmingrainbow/beginners-guide-to-sdl2-in-haskell
An in-depth guide to getting started with SDL2 in Haskell.
https://github.com/programmingrainbow/beginners-guide-to-sdl2-in-haskell
Last synced: 4 days ago
JSON representation
An in-depth guide to getting started with SDL2 in Haskell.
- Host: GitHub
- URL: https://github.com/programmingrainbow/beginners-guide-to-sdl2-in-haskell
- Owner: ProgrammingRainbow
- Created: 2024-10-04T20:20:43.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-23T20:13:28.000Z (3 months ago)
- Last Synced: 2024-10-24T07:42:31.269Z (3 months ago)
- Language: Haskell
- Homepage:
- Size: 3.77 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
![Screenshot](screenshot.png)
https://www.youtube.com/playlist?list=PLO02jwa2ZaiCej8ZpkhHKGN65v7pV1pMt
# Beginners Guide to SDL2 in Haskell
An in-depth guide to getting started with SDL2 in Haskell.## Build and Run
You will need to make sure stack is installed.ArchLinux instructions.
```
sudo pacman -S --needed stack
cd
git clone https://github.com/ProgrammingRainbow/Beginners-Guide-to-SDL2-in-Haskell
cd Beginners-Guide-to-SDL2-in-Haskell
stack run
```
## Controls
Up, Down, Left, Right - Moves the Logo.\
A, S, W, D - Moves the Logo.\
Space - Changes background color.\
Escape - Quits the game.