pandusonu2 / MultiGameSet

Recreation of 13 in 1 game set from childhood
0 stars 3 forks source link

Draw Chess Pieces in commons library #3

Open pandusonu2 opened 6 years ago

pandusonu2 commented 6 years ago

Create tile Icons similar to https://github.com/NITDgpOS/MultiGameSet/blob/master/src/Commons/CreateImage.java#L37

pandusonu2 commented 6 years ago

wp_20180112_18_54_04_pro All are triangles and ellipses :)

sparshk commented 6 years ago

do I need to create the chess board and place the pieces on their positions like they are at the start of the game?

pandusonu2 commented 6 years ago

As you can see there is a getCoin() in https://github.com/NITDgpOS/MultiGameSet/blob/master/src/Commons/CreateImage.java#L37

Similarly, you will have to create functions like getSoldier(), getHorse() etc in a separate class inside Commons package

sparshk commented 6 years ago

Okay got it.