Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 696 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 696 Bytes

Memory Game

Memory game using slint, qt and flutter. This branch is using slint and rust.

Usage

  1. Install Rust by following the Rust Getting Started Guide. Once this is done, you should have the rustc compiler and the cargo build system installed in your path.
  2. clone repo and switch to slint branch
    git clone https://github.com/hemu312/memory.git
    git checkout slint
    
  3. Enter project directory
    cd memory
    
  4. Build with cargo
    cargo build --release
    
  5. Run the application binary
    cargo run --release
    

Don't forget to check other branches.