Skip to content

Commit

Permalink
Minifing js
Browse files Browse the repository at this point in the history
  • Loading branch information
sutaC committed Jul 3, 2024
1 parent 808da4d commit 543ea55
Show file tree
Hide file tree
Showing 25 changed files with 3,450 additions and 3,079 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
node_modules
node_modules
*.js
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Snake game

The project is a classic Snake game running on its own game engine. It is a web application with a custom design.

## Technology used

- TypeScript
- PWA

## How to start

1. Run `npm install` to install all dependencies

2. Run command `npm run dev` (to compile ts files on the fly) / `npm run build` (to compile ts files once)

3. Serve static files using selected tools (e.g. **Live Server** VSCode extension)
# Snake game

The project is a classic Snake game running on its own game engine. It is a web application with a custom design.

## Technology used

- TypeScript
- PWA

## How to start

1. Run `npm install` to install all dependencies

2. Run command `npm run dev` (to compile ts files on the fly) / `npm run build` (to compile ts files once)

3. Serve static files using selected tools (e.g. **Live Server** VSCode extension)
126 changes: 63 additions & 63 deletions app/images/assets/apple.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
142 changes: 71 additions & 71 deletions app/images/assets/snake-head-down.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 543ea55

Please sign in to comment.