Skip to content

nmnayak/Game-Maker

Repository files navigation

Game Maker

Introduction

Game maker application can be used to develop games like MineSweeper, PacMan, Frogger and Space Invader.

Tools used:

Mockito, Junit, Log4J, Jacoco, SonarQube, Bamboo

Instructions to run the Project:

Clone the repository:

git clone https://github.com/nmnayak/Game_Maker.git

Import to eclipse:

open eclipse -> File -> import -> projects from folder or archive 
-> directory -> locate the project -> finish

Maven build: Builds the project

Right click on project -> Run as -> mvn build

Maven test: Runs the unit test suite

Right click on project -> Run as -> mvn test

Maven install: Downloads all dependencies, and runs unit test cases suite

Right click on project -> Run as -> mvn install

Running the application

1. Find the main.java from com.oosd.gamemaker package
2. Right Click on it and the Run As -> Java Application

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages