Skip to content

gophercoders/pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pong the GopherCoders.com Code Club Version

A reimplementation of the classic Atari game PONG.

This code is not idiomatic Go. Nor does it claim to be an ideal version of Pong, in terms of it's design or implementation.

The code is intended as project for the Gopher Coders Code Clubs beyond the basic course. The project is intended to allow pupils to explore the ideas of problem decomposition and program design.

In terms of the programs implementation it introduces the ideas of constants, boolean logic, functions and parameters, switch statements and arrays. The program also introduces pointers to a very minor extent.

Dependencies

Pong depends on the depend upon the GopherCoders random package. The package is go get'able from

go get -u github.com/gophercoders/random

Pong also relies on the go-sdl2 package. See here for the installation instructions.

Please see the COPYRIGHT file for copyright information.

Please see the LICENSE file for license information.

About

A simple version of the classic Pong game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages