Skip to content

troligtvis/pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pong-A-Long

Atari's 1972 classic pong, made with rust.

demo

Background

The project is first and foremost about learning Rust. But also about getting my hands dirty with game development. Starting slow without much help. The engine used in this project is ggez. Future games I will explore and recreate will be Snake and Tetris.

I have also been trying to rewrite the game with another engine, bevy

Setup

Install rust + cargo

Clone the repo to your desktop

Usage

Go to the root folder and execute cargo run

Future features and development

  • Options menu to set max score, paddle size, speed
  • Items in the game which will dynamically change the game state
  • About page, describing a bit about the project
  • Be able to read from file
  • Transition animation between scenes
  • Explore WASM
  • Upload to itch.io (using wasm)

Known bugs

  • Collisions for the paddles are a bit off sometimes

About

Atari's 1972 classic pong, made with rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages