Coders Packet

Packets submitted by Modit Parmar

Snake Game using jFrame and Java Swing

This project is about a snake game, in this game, you have to control a snake using arrow keys in order to make it eat cherries.

Flappy Bird using Jframe and Java swing

This is the old Flappy Bird game which is built using Java Swing and jFrame. You have to control the bird using a mouse or keypad, such that it doesn't strike the ground or pillars.

JWT Authenticator using springboot

This is an authenticator that uses Java Web Tokens (JWTs) to secure our application and protect endpoints.