Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 3 days ago
JSON representation

2048 application for Cosmic™ desktop

Awesome Lists containing this project

README

        

# WIP

# 2048 for COSMIC™ Desktop

![image](https://github.com/Kartonrealista/cosmic-ext-2048/assets/63356574/c4a236a7-1765-4eb9-9197-a521325731dd)

A 2048 game written in libcosmic and Rust.

![image](https://github.com/Kartonrealista/cosmic-ext-2048/assets/63356574/227c2264-a4a3-4dba-be95-8089bd23bfcc)

![screenshot-2024-07-09-17-44-41](https://github.com/Kartonrealista/cosmic-ext-2048/assets/63356574/46571e38-c50d-442f-9523-16baecfdb0a9)

## 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
```