add: minesweeper PDA game (#26860)

* minesweeper with no style

* less string operations

* review and aylongo tgui changes

* bundle

* minesweeper with no style

* less string operations

* review and aylongo tgui changes

* bundle

* bundle

* bundle

* silent. pda is booming

* codestyle

* review

* revert

* Apply suggestions from code review

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com>

* adjusts the name of a proc

---------

Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com>
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
This commit is contained in:
ROdenFL
2024-11-20 16:40:57 +00:00
committed by GitHub
co-authored by Henri215 Burzah
parent f56c5dfbdf
commit 59dd3a645d
10 changed files with 575 additions and 59 deletions
+4 -1
View File
@@ -63,7 +63,10 @@ GLOBAL_LIST_EMPTY(PDAs)
new/datum/data/pda/app/manifest,
new/datum/data/pda/app/nanobank,
new/datum/data/pda/app/atmos_scanner,
new/datum/data/pda/utility/flashlight)
new/datum/data/pda/utility/flashlight,
new/datum/data/pda/app/games,
// Here our games go
new/datum/data/pda/app/game/minesweeper)
var/list/shortcut_cache = list()
var/list/shortcut_cat_order = list()
var/list/notifying_programs = list()