GaryHilares / Snake

Small snake game I created to put my knowledge into practice.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snake

badge-lastcommit badge-openissues badge-license badge-contributors badge-codesize

What is Snake?

This repository is a small version of Snake that I created to put into practice the knowledge I acquired in the CPSC110 course by the University of British Columbia.

Dependencies

  • UBC's Racket installation of Dr. Racket (or equivalent).

Installation and usage

You can use the project following these steps:

  1. Download "racket.rkt".
  2. Open "racket.rkt" in Dr. Racket.
  3. Run the file.
  4. In the interactions area, run (main (create-game DF-FOOD-NUM)).
  • This sets the amount of food in the game to the default (3). To play with, say, 5 pieces of food, run (main (create-game 5)) instead.

License

This work is licensed under a Creative Commons Attribution 4.0 International License.

About

Small snake game I created to put my knowledge into practice.

License:Creative Commons Attribution 4.0 International


Languages

Language:Racket 100.0%