Commit Graph

29 Commits (c9bd677e04227b658ea694881b2df290ea47ce6f)
 

Author SHA1 Message Date
ElGurkus c9bd677e04 changed code -> If you win, you can no longer keep moving pieces. Pieces of the winner are marked green, pieces of the loser are marked red
ElGurkus 5afbf52dde changed code -> You can now win, winner is announced, you can still play if the game is won tho.
ElGurkus 999f3455f0 changed code -> If you reach the enemy row, you get a double piece (XX and OO). Currently does nothing, will get better moveset later
ElGurkus 2d795e3aee changed code -> You can now only select a piece of the player, who's turn it is
changed index -> Added Game-Turn and Player-Turn to the nav-bar
changed style -> Added the ids for said items to the style block of the nav-bar
ElGurkus 73a2703746 changed code -> You can now move pieces, removed temp. debug code
ElGurkus 1bf296a382 changed code -> The selected piece is now marked blue. All valid moves are marked green. All valid moves that kill a piece are marked red. Added nonpermanent debug lines to test this untill movement is implemented
ElGurkus ab09f76a06 changed code -> You can only select fields with pieces on them, started working on movement
ElGurkus 99dd954fdc changed code -> Pieces now get set and drawn (currently X and O)
changed style -> changed em to rem, changed font in .game to 2rem
ElGurkus ba42f9bac7 changed code -> Tiny formatting change
Mainly just testing pushing from home
ElGurkus 9d10fe5a79 changed code -> You can no longer select another field if any field is selected
ElGurkus a53cfd71db test
ElGurkus 74777b1a21 index -> deleted 1 empty line of code
ElGurkus 9cf3f8854a Merge remote-tracking branch 'origin/master' into master
ElGurkus 84a9d36623 changed code -> You can now deselect selected fields
tmn cc6f6e07ed Merge remote-tracking branch 'origin/master' into master
tmn f05fc6cf15 +Farben und Position (CSS)
ElGurkus 1885fcc517 changed code -> sets .selected for all fields to 0
changed index -> script now gets loaded at the end of the body
ElGurkus 120bdb430c changed code -> added debug for wich field was clicked
tmn b9c458694f Merge remote-tracking branch 'origin/master' into master
# Conflicts:
#	style.css
tmn a6688b60c1 +Navigations Bar
ElGurkus 9a4c6bea4a changed code -> added empty function
changed index -> added onclick call for said function with (this) parameter
ElGurkus 9e8ad0f17e changed style -> basic table design
ElGurkus a66862bec3 changed index -> updated table with classes and ids, added refference to css and js
ElGurkus a6ba7f1e6e changed index -> added table
ElGurkus ac243e41b4 -ReadMe
ElGurkus 3c0dd51e65 Merge remote-tracking branch 'origin/master' into master
ElGurkus 403e83efcb +code.js
tmn c94872458e +style.css
+index.html
tmn 11a7510c3a Initial commit