Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 2.58 KB

File metadata and controls

30 lines (22 loc) · 2.58 KB

Why this repository?

This repository hosts code samples included in the following blog posts:

  1. Java 24: ‘HelloWorld’ and ‘main()’ meet minimalistic

    1. Patterns.java - Print a pattern of letter P, using a specified letter
    2. AnimateText.java - Animatedly display lines of text by printing each word with a pause in between
    3. MaximumSubarray.java - Finds the largest sum of a contiguous subarray within the given array of integers.
    4. HangmanGame.java - Guess a word, one letter at a time
  2. Java 24: Build Games, Prototypes, Utilities, and More—With Less Boilerplate

    1. Drawing Concentric circles – A fun animation to watch in action.
    2. Hangman – Guess a word, one letter at a time.
    3. Treasure Hunt – Find the location of the hidden treasure.
    4. Rock-Papper-Scissors – Who hasn’t played this classic?
    5. Dots and Boxes – Join lines to complete boxes and claim territory.
  3. Just for the love of creating games using console and some basic UI :)

    1. Funny Development Paradigms - A fun take on the actual development paradigms. I created two version of this game:
      1. Swing UI based
      2. Console based
    2. Mood-Emoji :)
      1. MoodArt.java - displays a text based scenery, based on your mood
      2. SimpleMoodEmoji.java - Draws a simple text based emoji based on your mood

Author

This project is maintained by Mala Gupta.