~will-clarke/pong-rs

Pong written in Rust & ncurses
add license in case anyone wants to hack around on this
Fix readme formatting
rename readme.md -> README.md

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~will-clarke/pong-rs
read/write
git@git.sr.ht:~will-clarke/pong-rs

You can also use your local clone with git send-email.

#Pong written in Rust

#Features:

  • Hours of endless gameplay
  • Top notch ASCII graphics
  • Unbeatably intelligent AI (wall will always return the ball)
  • All embedded in a real terminal!!1!

#To install

  • Install rust and cargo (curl -sSf https://static.rust-lang.org/rustup.sh | sh) ~cargo run~
#Dev TODO list:
  • Idea: use a second thread to detect input. That way, were don't have to worry about hacking nurses to be non blocking.
  • fix travis ¯_(ツ)_/¯
  • separate thread for input
  • GUI
  • Add sdl or something.. make this properly graphical.
  • ? random blocks you can shoot or something ?
  • refactor
  • proper I/O
  • make proper binary
  • Add persistance for high scores
  • improve key
  • press cycle (include toggle)
  • (Would be nice) benchmark different intersection algorithms to find the most efficient
  • play l_paddle automatically
  • menu
Do not follow this link