Skip to content

Commit

Permalink
minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkolesidis committed May 23, 2023
1 parent 85f86a1 commit 6787451
Show file tree
Hide file tree
Showing 31 changed files with 39 additions and 33 deletions.
2 changes: 2 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Emoji Minesweeper Contributor Covenant Code of Conduct

![Logo small](./assets/android-chrome-192x192.png)

## Our Pledge

We as members, contributors, and leaders pledge to make participation in our
Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Contributing to Emoji Minesweeper

![Logo small](./assets/android-chrome-192x192.png)

First off, **thank you** for considering contributing! We aim to build an
inclusive community around the project. You should know that there
are many ways to contribute. You can write tutorials, create videos or blog posts,
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,9 @@ If you forget the basic controls you can click the help button ❔to toggle the
Clicking on the flag button 🚩 will toggle flag mode. This will enable you to flag squares by touching them, or by left-clicking on them. You can also toggle flag mode by pressing the _F_ key. You might want to use this if you are on a phone or tablet. If, on the other hand, you are on a computer, the cursor will be changed to a _crosshair_, to inform you that flag mode is enabled.

![Dark mines](./screenshots/dark_mines_v5.png)

![Dark flowers](./screenshots/dark_flowers_v5.png)

![Dark mushrrom](./screenshots/dark_mushroom_v5.png)

Lastly, clicking on the 🌞/🌛 button allows players to choose between light and dark mode. You can also switch between dark and light by pressing the _D_ key.
Expand Down Expand Up @@ -164,11 +166,11 @@ You can find a full(ish) feature list in the [documentation](./DOCS.md#feature-l

### Intermediate Level

![Intermediate Level](./screenshots/intermediate.png)
![Intermediate Level](./screenshots/intermediate_v5.png)

### Expert Level

![Expert Level](./screenshots/expert.png)
![Expert Level](./screenshots/expert_v5.png)

## Emojis

Expand Down Expand Up @@ -224,5 +226,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) 2023 Michael Kolesidis<br>
Copyright (c) 2024 Michael Kolesidis<br>
Licensed under the [GNU Affero General Public License v3.0](https://www.gnu.org/licenses/agpl-3.0.html).
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

| Version | Supported |
| ------- | ------------------ |
| 4.0.x | :white_check_mark: |
| < 4.0.0 | :x: |
| 5.0.x | :white_check_mark: |
| < 5.0.0 | :x: |

## Reporting a Vulnerability

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
/>
<link rel="manifest" href="manifest.webmanifest" />
<script src="./scripts/main.js" type="module" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/axios/1.3.4/axios.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/axios/1.4.0/axios.min.js"></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.6.0/p5.min.js"
type="text/javascript"
Expand Down
2 changes: 1 addition & 1 deletion scripts/Square.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Emoji Minesweeper
* Copyright (c) 2023 Michael Kolesidis
* Copyright (c) 2024 Michael Kolesidis
* GNU Affero General Public License v3.0
*
* Square.js contains the Square class with all the
Expand Down
2 changes: 1 addition & 1 deletion scripts/components/board.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Emoji Minesweeper
* Copyright (c) 2023 Michael Kolesidis
* Copyright (c) 2024 Michael Kolesidis
* GNU Affero General Public License v3.0
*
*/
Expand Down
2 changes: 1 addition & 1 deletion scripts/components/buttons/beginnerButton.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Emoji Minesweeper
* Copyright (c) 2023 Michael Kolesidis
* Copyright (c) 2024 Michael Kolesidis
* GNU Affero General Public License v3.0
*
*/
Expand Down
2 changes: 1 addition & 1 deletion scripts/components/buttons/darkModeButton.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Emoji Minesweeper
* Copyright (c) 2023 Michael Kolesidis
* Copyright (c) 2024 Michael Kolesidis
* GNU Affero General Public License v3.0
*
* themeButton.js contains all the theme
Expand Down
2 changes: 1 addition & 1 deletion scripts/components/buttons/expertButton.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Emoji Minesweeper
* Copyright (c) 2023 Michael Kolesidis
* Copyright (c) 2024 Michael Kolesidis
* GNU Affero General Public License v3.0
*
*/
Expand Down
2 changes: 1 addition & 1 deletion scripts/components/buttons/flagButton.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Emoji Minesweeper
* Copyright (c) 2023 Michael Kolesidis
* Copyright (c) 2024 Michael Kolesidis
* GNU Affero General Public License v3.0
*
* flagButton.js contains all the flag
Expand Down
2 changes: 1 addition & 1 deletion scripts/components/buttons/helpButton.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Emoji Minesweeper
* Copyright (c) 2023 Michael Kolesidis
* Copyright (c) 2024 Michael Kolesidis
* GNU Affero General Public License v3.0
*
*/
Expand Down
2 changes: 1 addition & 1 deletion scripts/components/buttons/intermediateButton.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Emoji Minesweeper
* Copyright (c) 2023 Michael Kolesidis
* Copyright (c) 2024 Michael Kolesidis
* GNU Affero General Public License v3.0
*
*/
Expand Down
2 changes: 1 addition & 1 deletion scripts/components/buttons/newGameButton.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Emoji Minesweeper
* Copyright (c) 2023 Michael Kolesidis
* Copyright (c) 2024 Michael Kolesidis
* GNU Affero General Public License v3.0
*
*/
Expand Down
2 changes: 1 addition & 1 deletion scripts/components/buttons/statsButton.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Emoji Minesweeper
* Copyright (c) 2023 Michael Kolesidis
* Copyright (c) 2024 Michael Kolesidis
* GNU Affero General Public License v3.0
*
*/
Expand Down
2 changes: 1 addition & 1 deletion scripts/components/buttons/themeButton.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Emoji Minesweeper
* Copyright (c) 2023 Michael Kolesidis
* Copyright (c) 2024 Michael Kolesidis
* GNU Affero General Public License v3.0
*
* themeButton.js contains all the theme
Expand Down
4 changes: 2 additions & 2 deletions scripts/components/footer.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
/*
* Emoji Minesweeper
* Copyright (c) 2023 Michael Kolesidis
* Copyright (c) 2024 Michael Kolesidis
* GNU Affero General Public License v3.0
*
*/

export default function Footer() {
const footer = document.createElement("footer");
footer.innerHTML += `
<p>© 2023 Licensed under the
<p>© 2024 Licensed under the
<a
href="https://www.gnu.org/licenses/agpl-3.0.html"
target="_blank">
Expand Down
2 changes: 1 addition & 1 deletion scripts/components/header.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Emoji Minesweeper
* Copyright (c) 2023 Michael Kolesidis
* Copyright (c) 2024 Michael Kolesidis
* GNU Affero General Public License v3.0
*
*/
Expand Down
2 changes: 1 addition & 1 deletion scripts/components/menu/comingSoon.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Emoji Minesweeper
* Copyright (c) 2023 Michael Kolesidis
* Copyright (c) 2024 Michael Kolesidis
* GNU Affero General Public License v3.0
*
*/
Expand Down
2 changes: 1 addition & 1 deletion scripts/components/menu/loginForm.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Emoji Minesweeper
* Copyright (c) 2023 Michael Kolesidis
* Copyright (c) 2024 Michael Kolesidis
* GNU Affero General Public License v3.0
*
*/
Expand Down
2 changes: 1 addition & 1 deletion scripts/components/menu/logoutButton.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Emoji Minesweeper
* Copyright (c) 2023 Michael Kolesidis
* Copyright (c) 2024 Michael Kolesidis
* GNU Affero General Public License v3.0
*
*/
Expand Down
2 changes: 1 addition & 1 deletion scripts/components/menu/mainMenu.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Emoji Minesweeper
* Copyright (c) 2023 Michael Kolesidis
* Copyright (c) 2024 Michael Kolesidis
* GNU Affero General Public License v3.0
*
*/
Expand Down
2 changes: 1 addition & 1 deletion scripts/components/menu/menuButton.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Emoji Minesweeper
* Copyright (c) 2023 Michael Kolesidis
* Copyright (c) 2024 Michael Kolesidis
* GNU Affero General Public License v3.0
*
*/
Expand Down
2 changes: 1 addition & 1 deletion scripts/components/menu/menuContainer.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Emoji Minesweeper
* Copyright (c) 2023 Michael Kolesidis
* Copyright (c) 2024 Michael Kolesidis
* GNU Affero General Public License v3.0
*
*/
Expand Down
2 changes: 1 addition & 1 deletion scripts/components/menu/menuLogo.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Emoji Minesweeper
* Copyright (c) 2023 Michael Kolesidis
* Copyright (c) 2024 Michael Kolesidis
* GNU Affero General Public License v3.0
*
*/
Expand Down
2 changes: 1 addition & 1 deletion scripts/components/menu/registrationForm.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Emoji Minesweeper
* Copyright (c) 2023 Michael Kolesidis
* Copyright (c) 2024 Michael Kolesidis
* GNU Affero General Public License v3.0
*
*/
Expand Down
2 changes: 1 addition & 1 deletion scripts/components/modals/helpModal.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Emoji Minesweeper
* Copyright (c) 2023 Michael Kolesidis
* Copyright (c) 2024 Michael Kolesidis
* GNU Affero General Public License v3.0
*
*/
Expand Down
2 changes: 1 addition & 1 deletion scripts/components/modals/statsModal.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Emoji Minesweeper
* Copyright (c) 2023 Michael Kolesidis
* Copyright (c) 2024 Michael Kolesidis
* GNU Affero General Public License v3.0
*
*/
Expand Down
2 changes: 1 addition & 1 deletion scripts/emojiMinesweeper.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Emoji Minesweeper
* Copyright (c) 2023 Michael Kolesidis
* Copyright (c) 2024 Michael Kolesidis
* GNU Affero General Public License v3.0
*
* minesweeperEmoji.js contains the game functionality,
Expand Down
2 changes: 1 addition & 1 deletion scripts/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Emoji Minesweeper
* Copyright (c) 2023 Michael Kolesidis
* Copyright (c) 2024 Michael Kolesidis
* 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 scripts/utils/favicon.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Emoji Minesweeper
* Copyright (c) 2023 Michael Kolesidis
* Copyright (c) 2024 Michael Kolesidis
* GNU Affero General Public License v3.0
*
* { CURRENTLY NOT IN USE! }
Expand Down

1 comment on commit 6787451

@vercel
Copy link

@vercel vercel bot commented on 6787451 May 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.