Skip to content

CodeChroma/Yellow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yellow - A simple Rust game

Yellow

More information will come....

How to work with the project:

  • Docker:
    • make run to run the application
    • make test to test the application
    • make build to build the application
  • Cargo:
    • cargo run to run the application
    • cargo test to test the application
    • cargo build to build the application

Contributors