Giter Club home page Giter Club logo

snake-game's Introduction

snake-game

A simple Snake game implemented in Java using Swing

Overview

The game consists of a snake that moves around the board, eating food to grow longer. The goal is to keep the snake alive as long as possible without hitting the walls or itself.

Features

  • Snake Movement: Control the snake using AWSD keys.
  • Food: Randomly placed food that the snake eats to grow longer.
  • Wrap Around: The snake wraps around the edges of the board.
  • Simple UI: Basic graphical interface using Java Swing.

How to Play

  1. Start the Game: Run the compiled SnakeGame class.
  2. Control the Snake: Use the following keys to move the snake:
  • W: Move up
  • S: Move down
  • A: Move left
  • D: Move right
  1. Objective: Eat the yellow food squares to grow longer.
  2. Game Over: The game ends if the snake hits itself or the walls.

Code Structure

  • App.java: The entry point of the application. It initializes the game window and starts the game.
  • SnakeGame.java: Contains the main game logic, including the game loop, snake movement, food placement, and rendering.
  • Inner Class Tile: This represents a tile on the game board for the snake's body and food positions.

Contributing

Feel free to fork this repository, make improvements, and submit pull requests. Contributions are welcome!

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgements

Inspiration from classic Snake games. It is developed using Java Swing for graphical user interface components.

Enjoy playing the Snake game and happy coding!

snake-game's People

Contributors

rishhhkumar avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.