Giter VIP home page Giter VIP logo

tm23's Introduction

TM23

Game - Homework

This is a commit for testing purposes.

Specs

- Use of incremental software delivery: We use Github
- Use of Design patterns (Identify and write them down here )  
- 

Environment Setup

- Eclipse IDE ( Luna or Mars ) 
- On Windows, install Git from 
- On Linux/Mac use the command line utility
	```sh
		$ sudo apt-get install git #ubuntu 
		$ sudo yum install git 	   #centos, fedora etc.
	```
- Install Maven for Eclipse (m2eclipse - luna/mars depending on version ) 
- 

Approach TDD ( Test Driven Development )

- JUnit 4 
- src/test/java/GameTestSuite.java 
- Code coverage EclEmma Plugin for Eclipse 
- 

First build

- GameEngine : tasks 
		- initialize the game state from a flat file( JSON with GSON is fast to work with )
		- have two moves and save another state to the same flat file 
		- has to know about all components:
			- model ( Player, Gameboard, Cards, Characters ) 
- 

Eclipse tips

- how to uppercase/lowercase (link)[http://www.daveoncode.com/2009/08/25/eclipse-shortcut-switch-convert-uppercase-text-cod-lowercase/]
	- Lower case: CTRL+SHIFT+Y (CMD+SHIFT+Y on Mac OS X)
	- Upper case: CTRL+SHIFT+X (CMD+SHIFT+X on Mac OS X)
	- Format source code: CTRL+SHIFT+F (CMD+SHIFT+F on Mac OS X)
- 

How to contribute?

- We are going to contribute to the code using ("pull-requests")[https://help.github.com/articles/using-pull-requests/]
- The good way to do it was yo use all group members as contributors( having access to the repo ) but free version of github looks not to support that feature. 

tm23's People

Contributors

murindwaz avatar gamest1 avatar dpizar avatar gubp81 avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.