Skip to content

stephenkelzer/snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snake

Welcome to my first app written in Rust!

GitHub Pages Build and Test GitHub Issues GitHub pull-requests MIT license

Play the latest version by clicking here!


Prerequisites:

  • Install Rust
    curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
    
  • Install WebAssembly Target
    rustup target add wasm32-unknown-unknown
    
  • Install Trunk
    cargo install trunk
    

To run locally:

trunk serve

Deployment Process:

  1. Create a pull request pointing at the main branch
  2. Merge the pull request
  3. The 'Release Drafter' GitHub Action will create a draft release
  4. Edit the draft release and set it to a published state
  5. The 'Deploy to GitHub Pages' GitHub Action will deploy the app to GitHub Pages
  6. View the deployed app at https://stephenkelzer.github.io/snake

About

My first app in Rust!

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •