Skip to content

hemu312/memory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Memory game using different UI technologies

Resources

License

Stars

Watchers

Forks