Snake Game With Rust, JavaScript, and WebAssembly

February 10, 2020

1 min read

Snake Game With Rust, JavaScript, and WebAssembly

In this course, we will build a Snake Game with Rust, JavaScript, and WebAssembly. We will learn how to export API implemented with Rust to JavaScript app. We will get to know canvas rendering, applications of vectors, and basics of game development.