Skip to content

amamic1803/2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048

A simple 2048 game written in Rust and Python

screenshot_v7.1.0

Downloading

Prebuilt program is available under Releases

Building

  1. Clone repository
  2. Install Python
  3. Install Rust
  4. Install dependencies: pip install -r requirements.txt
  5. Install UPX (optional)
  6. Run build.py
  7. Built *.exe will be placed in the same folder