https://github.com/Kartonrealista/cosmic-ext-2048
2048 application for Cosmic™ desktop
https://github.com/Kartonrealista/cosmic-ext-2048
2048-clone cosmic-ext-application iced-rs libcosmic rust-lang
Last synced: 10 months ago
JSON representation
2048 application for Cosmic™ desktop
- Host: GitHub
- URL: https://github.com/Kartonrealista/cosmic-ext-2048
- Owner: Kartonrealista
- License: gpl-3.0
- Created: 2024-07-01T09:54:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T04:53:10.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T05:49:16.018Z (almost 2 years ago)
- Topics: 2048-clone, cosmic-ext-application, iced-rs, libcosmic, rust-lang
- Language: Rust
- Homepage:
- Size: 65.4 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WIP
# 2048 for COSMIC™ Desktop

A 2048 game written in libcosmic and Rust.


## Install
To install your COSMIC application, you will need [just](https://github.com/casey/just), if you're on Pop!\_OS, you can install it with the following command:
```sh
sudo apt install just
```
After you install it, you can run the following commands to build and install your application:
```sh
just build-release
sudo just install
```