msqr / coding101

Intro coding challenges.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coding 101

Learn the basics of coding using Java. Let's go!

VS Code settings

If you use VS Code, install the Spotless Gradle extension, then copy the settings to enable automatic formatting:

mkdir .vscode
cp defs/vscode/settings.json .vscode

Group 1: Hello World

Start with the hello-world project to learn some basics of Java syntax.

Group 2: Tic Tac Toe

The tic-tac-toe project is an incomplete Tic Tac Toe game. Complete the game to learn about arrays and array-based algorithms.

About

Intro coding challenges.


Languages

Language:Java 98.5%Language:Vim Script 1.5%