GitXplorerGitXplorer
c

cadamsmith.dev

public
1 stars
0 forks
5 issues

Commits

List of commits on branch dev.
Unverified
6215ed95f017476b22f1b4c3e4afaeba3c870a23

fix bug where sliding up/down wouldn't combine tiles properly

ccadamsmith committed 3 months ago
Unverified
30215fb5cb8b47dbf2c37333f69cd1a15b826ab1

add chance of 4 spawning in 2048

ccadamsmith committed 3 months ago
Unverified
b29dd66a939dc530653a1bf79ce2dfa6a1cd2723

resolve some more security alerts

ccadamsmith committed 3 months ago
Unverified
110e07ddcb26cd4d3b7112773d24e312e7829366

bump deps to solve the 2 open dependabot alerts

ccadamsmith committed 3 months ago
Unverified
0594091fe08fb41bdedb5c3e5666b86e0fb8f173

bump version to 1.4.0

ccadamsmith committed 3 months ago
Unverified
891753463afd0c79ccdfcb83e7a6844d260c7055

add better instructions to the 2048 game

ccadamsmith committed 3 months ago

README

The README file for this repository.

create-svelte

Everything you need to build a Svelte project, powered by create-svelte.

Creating a project

If you're seeing this, you've probably already done this step. Congrats!

# create a new project in the current directory
npm create svelte@latest

# create a new project in my-app
npm create svelte@latest my-app

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.