Project | Linux | Windows | MacOS |
---|---|---|---|
Core | |||
Core Test | |||
CLI | |||
UI |
Dynamic Bingo settingsPrize patterns addPrize patterns deleteNumber of ballsNumber of cardsCard size
- Game Statistics
- Percentage Game
- Pattern frequency
- Contribution patterns
Insert creditsChange numbersShow current cardsPlay One GameShow ExtractedBalls ballsShow cards statusShow prizesRemaining credits
Play X GamescollectExit game- Functions to print cards should be merged into one
- ncurses?
Backgroundballs ExtractedBallsCartonsMarked
- Buttons
Enter moneycollect moneyDisable if no money
Change Cardboard numbersPlay GameRemove credits for cardsUpdate screenGive prizesDisable if no money for cards
- Mute audio
Current creditsExit with ESC- SDL_Image support for .png?
- Resize window buffer using renderToTexture
Disabled button- Font size
- Sounds and effects
Assets loader with associative string->Texture map?- balls different colors
- CMake
- g++
sudo apt install -y libsdl2-dev libsdl2-ttf-dev
If you have errors about not finding SDL_ttf.h try:
sudo ln -s /usr/include/SDL2/SDL_ttf.h /usr/local/include/SDL2/
sudo pacman -S sdl2 sdl2_ttf