Skip to content

Commit

Permalink
general cleanup and minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkolesidis committed Sep 10, 2024
1 parent 20c7470 commit d5c4af8
Show file tree
Hide file tree
Showing 29 changed files with 28 additions and 38 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h2 style="margin-bottom: 60px; font-size: 20px">Nothing to see here!</h2>
width: 200px;
"
>
Back
Home
</button>
</a>
<p>(Or wait to be redirected)</p>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,5 +272,5 @@ The ICBL, in close partnership with a small number of states, the ICRC, and the

<a href="https://www.gnu.org/licenses/agpl-3.0.html"><img src="https://upload.wikimedia.org/wikipedia/commons/0/06/AGPLv3_Logo.svg" height="100px" /></a>

Copyright (c) 2025 Michael Kolesidis<br>
Copyright (c) Michael Kolesidis<br>
Licensed under the [GNU Affero General Public License v3.0](https://www.gnu.org/licenses/agpl-3.0.html).
7 changes: 0 additions & 7 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# Emoji Minesweeper Security Policy

## Supported Versions

| Version | Supported |
| ------- | ------------------ |
| 8.0.2 | :white_check_mark: |
| < 8.0.2 | :x: |

## Reporting a Vulnerability

In case of finding a vulnerability, please open an issue. If the vulnerability is related to p5.js or any other library used, please contact the respective authors.
2 changes: 1 addition & 1 deletion manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Emoji Minesweeper",
"short_name": "Emoji Minesweeper",
"description": "Minesweeper made with emoji",
"description": "Minesweeper made with emoji. The most fun way to play minesweeper! 😄",
"icons": [
{
"src": "/assets/android-chrome-192x192.png",
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
"name": "emoji-minesweeper",
"author": "Michael Kolesidis",
"license": "AGPL-3.0-or-later",
"version": "8.0.2",
"description": "Minesweeper made with emoji. The most fun way to play minesweeper! 😄",
"private": false,
"type": "module",
"main": "index.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/Square.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Emoji Minesweeper
* Copyright (c) 2025 Michael Kolesidis
* Copyright (c) Michael Kolesidis <[email protected]>
* GNU Affero General Public License v3.0
*
* Square.js contains the Square class with all the
Expand Down
2 changes: 1 addition & 1 deletion src/components/Board.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Emoji Minesweeper
* Copyright (c) 2025 Michael Kolesidis
* Copyright (c) Michael Kolesidis <[email protected]>
* GNU Affero General Public License v3.0
*
*/
Expand Down
2 changes: 1 addition & 1 deletion src/components/Forcer.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Emoji Minesweeper
* Copyright (c) 2025 Michael Kolesidis
* Copyright (c) Michael Kolesidis <[email protected]>
* GNU Affero General Public License v3.0
*
*/
Expand Down
2 changes: 1 addition & 1 deletion src/components/Header.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Emoji Minesweeper
* Copyright (c) 2025 Michael Kolesidis
* Copyright (c) Michael Kolesidis <[email protected]>
* GNU Affero General Public License v3.0
*
*/
Expand Down
2 changes: 1 addition & 1 deletion src/components/buttons/BeginnerButton.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Emoji Minesweeper
* Copyright (c) 2025 Michael Kolesidis
* Copyright (c) Michael Kolesidis <[email protected]>
* GNU Affero General Public License v3.0
*
*/
Expand Down
2 changes: 1 addition & 1 deletion src/components/buttons/CustomButton.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Emoji Minesweeper
* Copyright (c) 2025 Michael Kolesidis
* Copyright (c) Michael Kolesidis <[email protected]>
* GNU Affero General Public License v3.0
*
*/
Expand Down
2 changes: 1 addition & 1 deletion src/components/buttons/DarkModeButton.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Emoji Minesweeper
* Copyright (c) 2025 Michael Kolesidis
* Copyright (c) Michael Kolesidis <[email protected]>
* GNU Affero General Public License v3.0
*
*/
Expand Down
2 changes: 1 addition & 1 deletion src/components/buttons/ExpertButton.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Emoji Minesweeper
* Copyright (c) 2025 Michael Kolesidis
* Copyright (c) Michael Kolesidis <[email protected]>
* GNU Affero General Public License v3.0
*
*/
Expand Down
2 changes: 1 addition & 1 deletion src/components/buttons/FlagButton.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Emoji Minesweeper
* Copyright (c) 2025 Michael Kolesidis
* Copyright (c) Michael Kolesidis <[email protected]>
* GNU Affero General Public License v3.0
*
* flagButton.js contains all the flag
Expand Down
2 changes: 1 addition & 1 deletion src/components/buttons/HelpButton.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Emoji Minesweeper
* Copyright (c) 2025 Michael Kolesidis
* Copyright (c) Michael Kolesidis <[email protected]>
* GNU Affero General Public License v3.0
*
*/
Expand Down
2 changes: 1 addition & 1 deletion src/components/buttons/IntermediateButton.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Emoji Minesweeper
* Copyright (c) 2025 Michael Kolesidis
* Copyright (c) Michael Kolesidis <[email protected]>
* GNU Affero General Public License v3.0
*
*/
Expand Down
2 changes: 1 addition & 1 deletion src/components/buttons/NewGameButton.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Emoji Minesweeper
* Copyright (c) 2025 Michael Kolesidis
* Copyright (c) Michael Kolesidis <[email protected]>
* GNU Affero General Public License v3.0
*
*/
Expand Down
2 changes: 1 addition & 1 deletion src/components/buttons/StatsButton.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Emoji Minesweeper
* Copyright (c) 2025 Michael Kolesidis
* Copyright (c) Michael Kolesidis <[email protected]>
* GNU Affero General Public License v3.0
*
*/
Expand Down
2 changes: 1 addition & 1 deletion src/components/buttons/ThemeButton.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Emoji Minesweeper
* Copyright (c) 2025 Michael Kolesidis
* Copyright (c) Michael Kolesidis <[email protected]>
* GNU Affero General Public License v3.0
*
* themeButton.js contains all the theme
Expand Down
2 changes: 1 addition & 1 deletion src/components/modals/CustomModal.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Emoji Minesweeper
* Copyright (c) 2025 Michael Kolesidis
* Copyright (c) Michael Kolesidis <[email protected]>
* GNU Affero General Public License v3.0
*
*/
Expand Down
2 changes: 1 addition & 1 deletion src/components/modals/EndModal.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Emoji Minesweeper
* Copyright (c) 2025 Michael Kolesidis
* Copyright (c) Michael Kolesidis <[email protected]>
* GNU Affero General Public License v3.0
*
*/
Expand Down
4 changes: 2 additions & 2 deletions src/components/modals/HelpModal.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Emoji Minesweeper
* Copyright (c) 2025 Michael Kolesidis
* Copyright (c) Michael Kolesidis <[email protected]>
* GNU Affero General Public License v3.0
*
*/
Expand Down Expand Up @@ -54,7 +54,7 @@ export default function HelpModal() {
<span style="font-weight:900;">Dark theme</span> (D key)
</p>
<div id="about">
<p>© 2025 Michael Kolesidis</p>
<p>© Michael Kolesidis</p>
<a
href="https://github.com/michaelkolesidis/emoji-minesweeper"
target="_blank">
Expand Down
2 changes: 1 addition & 1 deletion src/components/modals/Modal.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Emoji Minesweeper
* Copyright (c) 2025 Michael Kolesidis
* Copyright (c) Michael Kolesidis <[email protected]>
* GNU Affero General Public License v3.0
*
*/
Expand Down
2 changes: 1 addition & 1 deletion src/components/modals/StatsModal.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Emoji Minesweeper
* Copyright (c) 2025 Michael Kolesidis
* Copyright (c) Michael Kolesidis <[email protected]>
* GNU Affero General Public License v3.0
*
*/
Expand Down
2 changes: 1 addition & 1 deletion src/emojiMinesweeper.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Emoji Minesweeper
* Copyright (c) 2025 Michael Kolesidis
* Copyright (c) Michael Kolesidis <[email protected]>
* GNU Affero General Public License v3.0
*
* minesweeperEmoji.js contains the game functionality,
Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Emoji Minesweeper
* Copyright (c) 2025 Michael Kolesidis
* Copyright (c) Michael Kolesidis <[email protected]>
* GNU Affero General Public License v3.0
*
* main.js contains the rest of the UI of the game,
Expand Down
2 changes: 1 addition & 1 deletion src/themes.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Emoji Minesweeper
* Copyright (c) 2025 Michael Kolesidis
* Copyright (c) Michael Kolesidis <[email protected]>
* GNU Affero General Public License v3.0
*
*/
Expand Down
2 changes: 1 addition & 1 deletion src/utils/consoleUtils.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/utils/modalUtils.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Emoji Minesweeper
* Copyright (c) 2025 Michael Kolesidis
* Copyright (c) Michael Kolesidis <[email protected]>
* GNU Affero General Public License v3.0
*
*/
Expand Down

0 comments on commit d5c4af8

Please sign in to comment.