Skip to content

Latest commit

 

History

History
96 lines (73 loc) · 2.46 KB

README.md

File metadata and controls

96 lines (73 loc) · 2.46 KB


High quality video (Slow on mobile)

Pong Game with Rust

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License

About The Project

This is a Pong game I made to learn the Rust programming language and game development foundations.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

You need the Rust compiler, I recommend installing it with rustup:

Installation

  1. Clone the repo
    git clone https://github.com/mvsrgc/rust-pong.git
  2. Go into the directory
    cd rust-pong
  3. Run!
    cargo run

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.