deltasource / hangman

0 stars 0 forks source link

Project setup #3

Open jleemans opened 9 months ago

jleemans commented 9 months ago

Goal

The goal of this project will be to create a basic Hangman game. See https://www.galgje.com/ to get an idea of how the game works. We will stick to a command-line version of the game

Story description

A basic project setup has already been done for you. You can clone it as follows:

git clone git@github.com:deltasource/hangman.git

This will create a "hangman" project folder in the folder that you are in. Go into that folder. You'll see:

Acceptance criteria

Make sure you can compile and run the project. We'll use maven (mvn) for that. Your current project contains a maven wrapper (mvnw) that you can use to do things such as:

Note that you can also run the project without maven, just with java. From the root directory of the project: java -cp target\classes eu.deltasource.hangman.Hangman (you should see Replace me).

When your project is set up like this, you should also be able to work with it from Eclipse without issue.

Anass2850 commented 9 months ago

@jleemans het volgende commando werkt niet:

java -cp target\classes eu.deltasource.hangman.Hangman