Coder Social home page Coder Social logo

androminion-mirror's Introduction

1. About this project

	This is a fork of androminion by Ankur Metah, originated from google code
	project "androminion", an android based	implementation of the game
	"Dominion" by Rio Grande Games.
	
	This fork was originally based on version r561 (2012-08-02) of the
	official project and has since been updated up to r638 (2012-08-31).
	
	Goals of this fork are:
	- A better User Interface, first for smartphones and later for tablets
	  (done)
	- Better AI players, possibly using a neural network
	  (work in progress)
	- Possibly a separate server and multiplayer functionality
	  (later)
	- And of course some bug fixing and code commenting
	  (partly done)

	Licensed under LGPL: http://www.gnu.org/licenses/lgpl-3.0.html

2. Branching strategy

	------------------------------------------------------------------------------
	master:
	latest stable version, ready for production
	------------------------------------------------------------------------------
	^
	|
	------------------------------------------------------------------------------
	develop:
	contains changes in progress, may not be ready for production
	will be marged into master when in a stable, tested state
	------------------------------------------------------------------------------
	^    ^    ^    ^    ^    
	|    |    |    |    |    
	------------------------------------------------------------------------------
	topic branches (e.g. dev-ui or dev-bot):
	for working on a feature or bug fix, will then be merged into develop
	------------------------------------------------------------------------------
  
	See also:
	http://stackoverflow.com/questions/2428722/git-branch-strategy-for-small-dev-team

3. Import newest changes from Google Code SVN

	3.1 Prepare SVN synchronisation with SVN metadata
	(Do only once after cloning bitbucket repository)
	
		git checkout master
		git update-ref refs/remotes/trunk origin/master
		git svn init http://androminion.googlecode.com/svn/trunk/
		git svn fetch

	3.2 Copy newest changes in SVN to bitbucket
	
		git checkout master
		git svn fetch (or git svn rebase?)
		git push master

	3.3 Copy newest changes in git/bitbucket back to SVN
	
		git checkout master
		git svn dcommit
			--commit-url https://androminion.googlecode.com/svn/trunk/ 
			[email protected]
	
	Merging seems only to work properly with the master branch, so this is
	used for synchronizing svn and git.

androminion-mirror's People

Watchers

 avatar  avatar  avatar

Forkers

mikefelix

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.