Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GuilhermeBohnstedt/2048-svelte
2048 game in Svelte
https://github.com/GuilhermeBohnstedt/2048-svelte
Last synced: about 1 month ago
JSON representation
2048 game in Svelte
- Host: GitHub
- URL: https://github.com/GuilhermeBohnstedt/2048-svelte
- Owner: GuilhermeBohnstedt
- License: mit
- Created: 2020-09-13T00:56:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-19T14:17:04.000Z (over 3 years ago)
- Last Synced: 2024-08-02T19:33:21.226Z (4 months ago)
- Language: Svelte
- Size: 225 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-svelte - 2048 Svelte - Jogo 2048 recriado em Svelte (Outros sites / Comunidade Global)
README
# 2048 Svelte
![](screenshot.png)
A project to recreate 2048 game in Svelte. The original [2048 Game](https://github.com/gabrielecirulli/2048)
## Why?
This project is part of my personal portfolio, so, I'll be happy if you could provide me any feedback about the project, code, structure or anything that you can report that could make me a better developer!
## Built With
- [Svelte JS](http://svelte.dev) - Cybernetically enhanced web apps
- [TypeScript](https://www.typescriptlang.org/) - TypeScript Language
- [Rollup.js](https://rollupjs.org) - Module bundler
- [Postcss](https://postcss.org/) - A tool for transforming CSS with JavaScript
- [ESLint](https://eslint.org/) - Linter
- [gitmoji](https://gitmoji.carloscuesta.me/) - Emoji for commit messages## Running locally
Clone the Repository
```sh
$ git clone https://github.com/GuilhermeBohnstedt/2048-svelte.git
```Install dependencies and start the development server
```sh
$ cd 2048-svelte$ yarn
$ yarn dev
```and navigate to [localhost:5000](http://localhost:5000/)
## Contact
Email-me: - [email protected]
Connect with me at [Linkedin](https://www.linkedin.com/in/guilherme-bohnstedt-68145611a/)
## License
This project is licensed under the MIT License - see [LICENSE](https://github.com/GuilhermeBohnstedt/2048-svelte/blob/master/LICENSE) for more information.