Skip to content

maxchrr/reborn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

	 ____   ___   ___   ____   ____   _  _ 
	/  _ \ ) __( \  _) / __ \ /  _ \ ) \/ (
	)  ' / | _)  |  (  ))__(( )  ' / |  \ |
	|_()_\ )___( /__o) \____/ |_()_\ )_()_(


Reborn introduce the story of a soldier, traveling to a planet
where all its inhabitants have been disappearing on occasion;
he must understand what happened and, if he can, save as many
people as possible.


   Compilation & Installation

This project is written in Java, you need JDK installed on your
system to compile the whole project.

Firstly, run javac to compile all java files in source directory:
  - javac -d out $(find src -name "*.java")

You have to be in the parent of source directory.

Then, make the JAR file using the provided manifest:
  - jar cfm reborn.jar manifest.mf -C out .

You will find the compiled JAR in the current directory.


  Copyright (c) 2025 Hugo Chapron, Max Charrier, Paul Ourliac.
                  All Rights Reserved.

About

A minimalist text-based adventure game inspired by Colossal Cave Adventure, built in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages