forked from tgstation/tgstation
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Что этот PR делает Добавляет сапёр в пда. Емаг будет взрывать вас при проигрыше. В бд будут сохраняться результаты побед. ## Почему это хорошо для игры ![{DC5D7E08-B1DE-415F-A654-E66524F3E8D6}](https://github.com/user-attachments/assets/747e5a7c-a2cc-4d29-b15b-b5d6a405922b) ## Изображения изменений ![{09FED18B-CB10-439D-834D-83D7FE4872D0}](https://github.com/user-attachments/assets/09afaaed-97fc-45d2-b69d-03db40dda205) ![{2D10A433-4B2D-42A1-A5CA-D735BC5DBD75}](https://github.com/user-attachments/assets/f154212c-0aef-40f0-a1f3-af6ec82b56a1) ![{006EE856-9440-47A9-AC4F-67BA57DAFF5A}](https://github.com/user-attachments/assets/edfb9e4c-fb39-497e-be11-1d86336f627f) ## Тестирование ![image](https://github.com/user-attachments/assets/974ea9df-6809-4f27-99a3-74d8e3fa5f11) ## Changelog :cl: add: Сапёр в пда /:cl: ## Summary by Sourcery Add Minesweeper to PDAs. Emagged PDAs will explode upon losing the game. Game results are saved to the database. New Features: - A Minesweeper game has been added to PDAs. Tests: - Added playtesting screenshots. --------- Co-authored-by: Aylong <alexanderkitsa@gmail.com> Co-authored-by: Gaxeer <44334376+Gaxeer@users.noreply.github.com> Co-authored-by: gaxeer <gax1998@gmail.com>
- Loading branch information
1 parent
8be7c55
commit c1dda0d
Showing
10 changed files
with
911 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/datum/modpack/example | ||
name = "Minesweeper" | ||
desc = "Добавляет сапер" | ||
author = "ROdenFL" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#include "_minesweeper.dm" | ||
|
||
#include "code/minesweeper.dm" |
Oops, something went wrong.