Sunday, 3 October 2021

BlockBreaker Game in Java

  • 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.

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

Algorithmic Pixel Art: The Beauty of Aliasing

Discussed  here More images in  Google drive Some outputs: Forward to anyone who says aliasing is ugly.