- This is a simple BlockBreaker game in Java with multiple levels.
- Download the .exe file from here.
- Use the left and right keys to control the paddle.
Sunday, 3 October 2021
BlockBreaker Game in Java
Interactive Fiction/Text Game in Java
This is a simple Interactive Fiction interface made in Java. The user can control the character in the game by typing simple instructions like "GET KEY" ,"RUN NORTH" ,etc. The game is not case-sensitive. However, object names have to be referred to using the given name ID. Using "BOX" , or "WOODEN BOX" where the shown name is "WOODEN_BOX" will not work. The user has to type "WOODEN_BOX" only. New levels will be added soon.
- Go to this drive link.
- Read the README.txt file for instructions.
- After following the steps mentioned in the README file, read the instructions on the command prompt window that should have popped open now. Type HELP and press enter for more information
Subscribe to:
Posts (Atom)
Algorithmic Pixel Art: The Beauty of Aliasing
Discussed here More images in Google drive Some outputs: Forward to anyone who says aliasing is ugly.
-
Inspired by https://github.com/anvaka/fieldplay (This is what happens when you try to recreate code just from looking at its output) Depen...
-
Discussed here More images in Google drive Some outputs: Forward to anyone who says aliasing is ugly.