Skip to content

Commit

Permalink
Merge pull request #38 from eugene-serb/dev
Browse files Browse the repository at this point in the history
Release 1.3.2
  • Loading branch information
eugene-serb authored Jul 15, 2023
2 parents 079096e + d43ac9c commit 84e50c6
Show file tree
Hide file tree
Showing 32 changed files with 1,041 additions and 621 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module.exports = {
es2022: true,
browser: true,
node: true,
jest: true,
},
extends: ['eslint:recommended', 'prettier'],
parser: '@babel/eslint-parser',
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install
- run: npm ci
- run: npm run build
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install
- run: npm ci
- run: npm run format
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install
- run: npm ci
- run: npm run lint
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install
- run: npm ci
- run: npm run test
50 changes: 49 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore

# User-specific files
*.rsuser
Expand All @@ -23,6 +23,7 @@ mono_crash.*
[Rr]eleases/
x64/
x86/
[Ww][Ii][Nn]32/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
bld/
Expand Down Expand Up @@ -61,6 +62,9 @@ project.lock.json
project.fragment.lock.json
artifacts/

# ASP.NET Scaffolding
ScaffoldingReadMe.txt

# StyleCop
StyleCopReport.xml

Expand All @@ -86,6 +90,7 @@ StyleCopReport.xml
*.tmp_proj
*_wpftmp.csproj
*.log
*.tlog
*.vspscc
*.vssscc
.builds
Expand Down Expand Up @@ -137,6 +142,11 @@ _TeamCity*
.axoCover/*
!.axoCover/settings.json

# Coverlet is a free, cross platform Code Coverage Tool
coverage*.json
coverage*.xml
coverage*.info

# Visual Studio code coverage results
*.coverage
*.coveragexml
Expand Down Expand Up @@ -284,6 +294,17 @@ node_modules/
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
*.vbw

# Visual Studio 6 auto-generated project file (contains which files were open etc.)
*.vbp

# Visual Studio 6 workspace and project file (working project files containing files to include in project)
*.dsw
*.dsp

# Visual Studio 6 technical files
*.ncb
*.aps

# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
Expand Down Expand Up @@ -340,6 +361,9 @@ ASALocalRun/
# Local History for Visual Studio
.localhistory/

# Visual Studio History (VSHistory) files
.vshistory/

# BeatPulse healthcheck temp database
healthchecksdb

Expand All @@ -348,3 +372,27 @@ MigrationBackup/

# Ionide (cross platform F# VS Code tools) working folder
.ionide/

# Fody - auto-generated XML schema
FodyWeavers.xsd

# VS Code files for those working on multiple tools
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace

# Local History for Visual Studio Code
.history/

# Windows Installer files from build outputs
*.cab
*.msi
*.msix
*.msm
*.msp

# JetBrains Rider
*.sln.iml
1 change: 0 additions & 1 deletion docs/index.a5a27d64169adf8283e0.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/index.f521f79ab80df92f638c.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
trackLinks: true,
accurateTrackBounce: true,
webvisor: true,
});</script><script defer="defer" src="index.a5a27d64169adf8283e0.js"></script></head><body><header class="header-mini"><nav class="container"><a href="https://eugene-serb.github.io/" target="_self">Go to homepage</a></nav></header><main class="page container"><h1 class="visually-hidden">Eugene Serb – 2048 Game</h1><section class="post"><div class="game"><div id="map" class="game__map-wrapper"></div><div class="game__right-column"><h2 class="game__title">2048 Game</h2><div class="game__game-info"><span id="dialog" class="game__dialog">Let's have fun!</span><div class="game__banner"><span id="score" class="game__score">Score: 0</span> <span id="timer" class="game__timer">Time: 00:00</span></div><div class="game__controls"><span>Up</span><div><span></span><kbd>W</kbd> <span>and </span><kbd></kbd> <span>and </span><kbd style="background-color: grey; border-radius: 2ch; color: white"></kbd></div><span>Down</span><div><span></span><kbd>S</kbd> <span>and </span><kbd></kbd> <span>and </span><kbd style="background-color: grey; border-radius: 2ch; color: white"></kbd></div><span>Left</span><div><span></span><kbd>A</kbd> <span>and </span><kbd></kbd> <span>and </span><kbd style="background-color: grey; border-radius: 2ch; color: white"></kbd></div><span>Rigth</span><div><span></span><kbd>D</kbd> <span>and </span><kbd></kbd> <span>and </span><kbd style="background-color: grey; border-radius: 2ch; color: white"></kbd></div><span>Restart</span><div><span></span><kbd>R</kbd> <span>and </span><kbd style="background-color: grey; border-radius: 2ch; color: white">START</kbd></div><span>Pause</span><div><span></span><kbd>P</kbd> <span>and </span><kbd style="background-color: grey; border-radius: 2ch; color: white">BACK</kbd></div></div></div></div><div class="game__left-column"><div class="game__rating"><h3>Your records:</h3><table class="table_emerald"><thead><tr><th>#</th><th>Score</th><th>Time</th><th>Date</th></tr></thead><tbody id="rating"></tbody></table></div></div></div></section></main><footer class="footer"><div class="footer-wrapper container"><div class="annotation"><span class="annotation__text">© 2023 <a href="https://eugene-serb.github.io/" target="_blank" translate="no">Eugene Serb</a>. Content licensed under </span><a href="./LICENSE.md" target="_blank">GNU General Public License v3.0</a><br/><span class="annotation__text">This site is open source. </span><a href="https://github.com/eugene-serb/aurora-game-engine" target="_blank">Improve this page.</a></div></div></footer><noscript><div><img src="https://mc.yandex.ru/watch/79722217" style="position: absolute; left: -9999px" alt=""/></div></noscript></body></html>
});</script><script defer="defer" src="index.f521f79ab80df92f638c.js"></script></head><body><header class="header-mini"><nav class="container"><a href="https://eugene-serb.github.io/" target="_self">Go to homepage</a></nav></header><main class="page container"><h1 class="visually-hidden">Eugene Serb – 2048 Game</h1><section class="post"><div class="game"><div id="map" class="game__map-wrapper"></div><div class="game__right-column"><h2 class="game__title">2048 Game</h2><div class="game__game-info"><span id="dialog" class="game__dialog">Let's have fun!</span><div class="game__banner"><span id="score" class="game__score">Score: 0</span> <span id="timer" class="game__timer">Time: 00:00</span></div><div class="game__controls"><span>Up</span><div><span></span><kbd>W</kbd> <span>and </span><kbd></kbd> <span>and </span><kbd style="background-color: grey; border-radius: 2ch; color: white"></kbd></div><span>Down</span><div><span></span><kbd>S</kbd> <span>and </span><kbd></kbd> <span>and </span><kbd style="background-color: grey; border-radius: 2ch; color: white"></kbd></div><span>Left</span><div><span></span><kbd>A</kbd> <span>and </span><kbd></kbd> <span>and </span><kbd style="background-color: grey; border-radius: 2ch; color: white"></kbd></div><span>Rigth</span><div><span></span><kbd>D</kbd> <span>and </span><kbd></kbd> <span>and </span><kbd style="background-color: grey; border-radius: 2ch; color: white"></kbd></div><span>Restart</span><div><span></span><kbd>R</kbd> <span>and </span><kbd style="background-color: grey; border-radius: 2ch; color: white">START</kbd></div><span>Pause</span><div><span></span><kbd>P</kbd> <span>and </span><kbd style="background-color: grey; border-radius: 2ch; color: white">BACK</kbd></div></div></div></div><div class="game__left-column"><div class="game__rating"><h3>Your records:</h3><table class="table_emerald"><thead><tr><th>#</th><th>Score</th><th>Time</th><th>Date</th></tr></thead><tbody id="rating"></tbody></table></div></div></div></section></main><footer class="footer"><div class="footer-wrapper container"><div class="annotation"><span class="annotation__text">© 2023 <a href="https://eugene-serb.github.io/" target="_blank" translate="no">Eugene Serb</a>. Content licensed under </span><a href="./LICENSE.md" target="_blank">GNU General Public License v3.0</a><br/><span class="annotation__text">This site is open source. </span><a href="https://github.com/eugene-serb/aurora-game-engine" target="_blank">Improve this page.</a></div></div></footer><noscript><div><img src="https://mc.yandex.ru/watch/79722217" style="position: absolute; left: -9999px" alt=""/></div></noscript></body></html>
Loading

0 comments on commit 84e50c6

Please sign in to comment.