Skip to content

ASCII art of Mona Lisa created using Eclipse. When running the project, the console should output 4 images of Mona Lisa. This was created in February 2018.

Notifications You must be signed in to change notification settings

AnandP2812/ASCII-Art

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ASCII Art

Author: Anand Prajapati

ASCII art of Mona Lisa created using Eclipse. When running the project, the console should output 4 images of Mona Lisa. This was created in February 2018.

Install JDK

  1. Before proceeding with the download and installation, make sure you have the latest Java SE Development Kit installed on your computer, or the Eclipse Installer will NOT work. Below, is the link:
https://www.oracle.com/java/technologies/javase-jdk11-downloads.html
  1. Once on the page, find your operating system and click the correct download link, then go through with the installation. Below are installation guides:
https://docs.oracle.com/en/java/javase/11/install/overview-jdk-installation.html
  1. After you have installed it, you can proceed with downloading Eclipse.

Install Eclipse

  1. Use the link below and download Eclipse:
https://www.eclipse.org/downloads/
  1. After downloading Eclipse, use this link below and follow the guide on how to install Eclipse.
  • NOTE: MAKE SURE YOU SELECT "ECLIPSE IDE FOR JAVA DEVELOPERS".
https://www.eclipse.org/downloads/packages/installer
  1. Once the installation is complete, you can now launch Eclipse.

Setting up the Project

  1. Download the project as a ZIP.
  2. Open Eclipse and choose a location for your workspace.
  3. Click "Launch".
  4. Once on the Welcome screen, click "Import existing projects".
  5. Click the "Select archive file" option and then select "Browse".
  6. Then browse for the project ZIP file and click "Open".
  7. After that, click "Finish" at the bottom. This should show a folder called "Mona" in the Package Explorer.
  8. Double click the "Mona" folder and navigate to src > (default package) > Main.java.
  9. Once selecting "Main.java", click the small arrow next to the circle, green play button.
  10. When the dropdown appears, navigate to "Run As" and click "Java Application".
  11. This will then output the Mona Lisa ASCII art in the console.
  12. Enjoy!

About

ASCII art of Mona Lisa created using Eclipse. When running the project, the console should output 4 images of Mona Lisa. This was created in February 2018.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages