From f9280ac8867ae43211a77f51877936f2fe3f3b61 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Sat, 8 Feb 2014 14:44:29 +0100 Subject: Restructure project for Eclipse --- game/Manifest.txt | 1 - game/README.TXT | 20 -------------------- game/esieequest/Main.java | 35 ----------------------------------- 3 files changed, 56 deletions(-) delete mode 100644 game/Manifest.txt delete mode 100644 game/README.TXT delete mode 100644 game/esieequest/Main.java (limited to 'game') diff --git a/game/Manifest.txt b/game/Manifest.txt deleted file mode 100644 index fcd916a..0000000 --- a/game/Manifest.txt +++ /dev/null @@ -1 +0,0 @@ -Main-Class: esieequest.Main diff --git a/game/README.TXT b/game/README.TXT deleted file mode 100644 index bffd48d..0000000 --- a/game/README.TXT +++ /dev/null @@ -1,20 +0,0 @@ - -PROJECT TITLE: - ESIEEquest - -PURPOSE OF PROJECT: - A simple adventure game made as part of unit IGI-1002 (Java) at ESIEE Paris. - -VERSION or DATE: - 2014 (E1) - -HOW TO START THIS PROJECT: - - - -AUTHORS: - Group 3F: - Pacien TRAN-GIRARD - BenoƮt LUBRANO DI SBARAGLIONE - -USER INSTRUCTIONS: - - diff --git a/game/esieequest/Main.java b/game/esieequest/Main.java deleted file mode 100644 index bee1dc9..0000000 --- a/game/esieequest/Main.java +++ /dev/null @@ -1,35 +0,0 @@ -package esieequest; - - -/** - * Write a description of class Main here. - * - * @author (your name) - * @version (a version number or a date) - */ -public class Main -{ - // instance variables - replace the example below with your own - private int x; - - /** - * Constructor for objects of class Main - */ - public Main() - { - // initialise instance variables - x = 0; - } - - /** - * An example of a method - replace this comment with your own - * - * @param y a sample parameter for a method - * @return the sum of x and y - */ - public int sampleMethod(int y) - { - // put your code here - return x + y; - } -} -- cgit v1.2.3