项目作者: leo-ventura

项目描述 :
Project to develop a SDL version of Atari's Pong.
高级语言: C++
项目地址: git://github.com/leo-ventura/sdl-pong.git
创建时间: 2017-07-03T04:47:06Z
项目社区:https://github.com/leo-ventura/sdl-pong

开源协议:MIT License

下载


Pong

Project to develop a SDL2 version of Pong in C++.

About SDL2

To install SDL2, check this link here.

SDL2 libraries

  • If you’re using Windows, you’ll need to install the developer libraries below according to your architecture and compiler:

  • If you’re using Ubuntu, you can install it running on your terminal:

    1. sudo apt-get install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev

Compiling on Ubuntu

  • To download and compile, you just have to run the following code:
    1. sudo apt-get install git
    2. git clone https://github.com/leo-ventura/sdl-pong.git
    3. cd sdl-pong/src
    4. make
    5. ./main

About the project

I started developing this game just to gain experience, I’ve never programmed in C++ before so many mistakes will be made along the way.