stddraw
There are 23 repositories under stddraw topic.
acdirican/pissed-and-crazy-chickens
That does it! Chickens can no longer suffer foxes. It's time for them to revenge. Let's help them :-).
JayedRafiProjects/data_visualization_software
A data visualisation desktop software made using my value compression algorithm. Also contains features important for research & studies.
dchen327/isola-game
A java implementation of the board game Isola with minimax AI
aizenbaidya/tetris
A simple Tetris clone coded in Java using the StdDraw library.
aizenbaidya/tic-tac-toe
Tic-tac-toe.
aizenbaidya/wordle
A simple Wordle clone.
kevinjmz/NMaze
This project is a great example of how disjoint set forrest data structue works. This program creates a maze of N cells. This program also assures that every maze has a beggining to an end and that every maze is different from each other, since it is created at runtime.
whoy51/ChessGame
Chess game with StdDraw library
Zalius/Snakes
Another version of Snake game where our snake needs to avoid Barriers as well as his own body made with Java swing and Java StdDraw
bweir27/QuickHull
A Java program that calculates and visualizes the ConvexHull of a set of points. Visualizations are done using StdDraw.
Camille-Molinier/Tower_defense
Tower defense in java
emircetinmemis/tetris2048
The project is a Python-based game called Tetris 2048, which has been developed using the StdDraw library included in the repository. The game is a combination of two classic games, and it includes several challenges that have been completed to enhance the gameplay experience.
KrishayB/RecursiveFractals
Draws fractals recursively using the StdDraw library
leifekstromclark/taffy-tangle
Classic candy crush / bejeweled game in the python std library
MrCocoNuat/maze-generator
Produces perfect square mazes and optionally solves them too.
st4s1k/control-theory-toolset
Trying to implement some Control Theory basics for personal eduactional purposes.
Amit-Danino/SnakeGame
Written in Java, right after my first programming course - "Snake" implemented by only StdDraw, StdIn, Lists and Nodes.
asarm/Projectile-Motion-Game
That's a 2D Java projectile motion game using StdDraw Library
egbonjefri/java_programming_robert_wayne
This repository contains my solutions to the programming challenges from the book "Computer Science: An Interdisciplinary Approach" by Robert Sedgewick and Kevin Wayne. The challenges cover a wide range of topics in computer science, focusing on Java programming.
marktfaust/MondrianArt
The purpose of this program is to allow users to input their own values which will describe the characteristics of a computer-generated, custom piece of art that mimics the style of Dutch artist Piet Mondrian.
MrCocoNuat/second-strike
Two-player board game to determine who is left after the Fire Deluge.
MrCocoNuat/welters
Two-player game to see who is the better Magician.
whoy51/StdDrawProjects
A bunch of examples for StdDraw library