Skip to content

luismiguelro/snake-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake-game-🐍

This is a Java practice project, in which the snake game will be created.

Table of contents

Overview

The challenge

  • Create the snake.
  • Movement with the keys.
  • Generate random points.
  • Grow the snake when it takes a point.
  • End the game when the snake crashes.
  • Score.
  • Use arrays where the coordinates where the snake will move are located.

Screenshot

Animation 2

My process

Built with

  • Intellij IDEA
  • keyAdapter
  • Graphics
  • Timer

Author

About

This is a Java practice project, in which the snake game will be created.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages