Skip to content

Sucury is an implementation exercise based on KobraPy open-source coding exercise (2023)

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

fossguild/sucury

Copyright 2024 The Authors of Coral

Distributed under GNU General Public License vr. 3 or later.

Sucury - Snake game exercise 2024

Sucury is an implementation exercise based on KobraPy open-source coding exercise.

The software is a simple version of the classic 1980s arcade snake game, written in Python and implemented as an extension of the original KobraPy codebase. The project was developed in 2023 by Computer Science students taking the Open Source Systems undergraduate course at ICMC, University of São Paulo.

Getting started

Please refer to the file docs/manual.md.

To contribute, please refer to docs/CONTRIBUTING.md.

How to run the game


After cloning the repository, you need to install pygame, the project dependency, this can be accomplished with either your package manager's install command for a global install, if you are using an arch based distros it would be:

sudo pacman -S python-pygame

Or with pip, if you are using virtual environments and want a local installation:

pip install pygame

About

Sucury is an implementation exercise based on KobraPy open-source coding exercise (2023)

Topics

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
COPYING

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 35