Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
adbenitez committed Dec 12, 2024
1 parent 382095d commit 14f4d17
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Tetris.xdc
# Tetris

Simple HTML5-Canvas/JavaScript Tetris game implementation for Webxdc.

## Contributing

### Installing Dependencies

After cloning this repo, install dependecies:
After cloning this repo, install dependencies:

```
pnpm i
Expand All @@ -23,9 +23,7 @@ pnpm check
To test your work in your browser (with hot reloading!) while developing:

```
pnpm dev-mini
# Alternatively to test in a more advanced WebXDC emulator:
pnpm dev
pnpm start
```

### Building
Expand Down

0 comments on commit 14f4d17

Please sign in to comment.