Skip to content

monacofj/kobrapy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Copyright 2023 Monaco F. J. [email protected]

KobraPy is free software and is distributed under the terms of the GNU General Public License 3.0.

KobraPy - Snake game challenge

KobraPy is intended as a programming exercise.

It consists of a very simple version of the classic 80s arcade snake game written in Python, provided as an initial codebase that the learner should further extend. It was originally created as an educational resource to teach open-source development practices, tools, and project management methodologies to graduate computer science students.

The exercise consists of:

a) Fixing the listed known issues (bugs and requested features).

b) Improving the game by adding some exciting new features.

Important information for developers can be found in the file docs/CONTRIBUTING.md. Please read it before starting your contribution.

Getting started

User instructions are available in the file docs/manual.md.

If you're exploring KobraPy as a programming exercise, please refer to the file docs/challenge.md for directions.

And if you like it, feel free to let the author know.

Contributing

Your contribution will be greatly appreciated.

See docs/CONTRIBUTING.md for further information.