Compare commits

..

7 Commits

Author SHA1 Message Date
PoliEcho 330a771eec Update README.md 2024-10-20 19:44:10 +00:00
PoliEcho c66445b587 add goto to readme 2024-10-20 19:43:14 +00:00
PoliEcho 3e03965975 add # 2024-10-20 18:23:06 +00:00
PoliEcho 1b7fbb3cde add deps and comp inst 2024-10-20 20:18:55 +02:00
PoliEcho f23fa3059e ad subtext 2024-10-20 20:14:31 +02:00
PoliEcho 6a091c6827 Update README.md 2024-10-20 18:13:19 +00:00
PoliEcho cedb52c3d1 add readme 2024-10-20 20:10:11 +02:00
+29
View File
@@ -0,0 +1,29 @@
# Pupes Slots
## slots with you favorite open source mascots and logos
> ### [!Warning]
> ### Explore codebase at you own risk
> #### posible side efects may include:
> nausea\
> suicidal thoughts\
> being stuck in for loops in your dreams\
> headache\
> PTSD
### features:
- [x] basic slot features
- [x] money and spin counter
- [x] goto used
- [ ] (partialy implemented) special combos
- [ ] (partialy implemented) reset button
- [ ] saving progress
- [ ] customisation (spin speed, multipliers, etc.)
### dependencies:
`gtk4 gtkmm-4.0 gcc`
### compile:
`make -j$(nproc)`
### run:
`./build/bin/pupes-slots`