mannybarreto / pong

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🏓 Pong

Built in Rust following Amethyst.rs' pong tutorial.

Running

cargo run

Building

cargo build

Caviats

  • I ran into [BUG] attempted to leave type platform::platform::x11::util::input::PointerState uninitialized, which required me to run rustup override set 1.47.0 in project directory. Credit.

Motivation

  • Research and apply Entity Component System architecture.
  • Learn and apply some Rust.
  • Build some more game-dev skills.
  • See how I like Amethyst.

Goals

  • Build pong following tutorial.
  • Write tests.
  • Expand a feature or two into the game for practice.
  • Optional: Build to wasm for blog.

About


Languages

Language:Rust 100.0%