ElGurkus
  • Joined on 2020-11-02
ElGurkus pushed to master at tmn/JS-Game 2020-11-11 09:19:11 +00:00
989db432c1 changed code -> Scoring is now more forgiving (-5 instead of -10 for not killing, 25 instead of 10 minimum)
ElGurkus pushed to master at tmn/JS-Game 2020-11-11 09:14:12 +00:00
2317488087 changed style -> slightly changed position of navbar and board to accomodate for smaller monitors
ElGurkus pushed to master at tmn/JS-Game 2020-11-08 18:18:53 +00:00
4ba97ce5e9 changed index -> replaced the "yeet" in the navbar before loading the page
ElGurkus pushed to master at tmn/JS-Game 2020-11-06 09:48:02 +00:00
544d923ca6 changed code -> tiny change, actually done now i hope?
ElGurkus pushed to master at tmn/JS-Game 2020-11-06 09:46:03 +00:00
f8f6a5c823 changed code -> tiny change, actually done now
ElGurkus pushed to master at tmn/JS-Game 2020-11-06 09:42:17 +00:00
cab3bad62e changed code -> Highscore with cookies implemented, am done
ElGurkus pushed to master at tmn/JS-Game 2020-11-05 12:07:31 +00:00
8941a5c535 changed code -> added scoring
ElGurkus pushed to master at tmn/JS-Game 2020-11-05 11:27:03 +00:00
7c14adaafa changed code -> Added separate movement for double pieces.
ElGurkus pushed to master at tmn/JS-Game 2020-11-04 19:40:57 +00:00
a5347b16f2 changed index -> added reset button (just reloads the page)
ElGurkus pushed to master at tmn/JS-Game 2020-11-04 18:19:01 +00:00
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 pushed to master at tmn/JS-Game 2020-11-04 14:09:33 +00:00
5afbf52dde changed code -> You can now win, winner is announced, you can still play if the game is won tho.
ElGurkus pushed to master at tmn/JS-Game 2020-11-03 15:20:21 +00:00
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 pushed to master at tmn/JS-Game 2020-11-03 14:37:52 +00:00
2d795e3aee changed code -> You can now only select a piece of the player, who's turn it is
ElGurkus pushed to master at tmn/JS-Game 2020-11-03 14:09:51 +00:00
73a2703746 changed code -> You can now move pieces, removed temp. debug code
ElGurkus pushed to master at tmn/JS-Game 2020-11-03 12:33:57 +00:00
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 pushed to master at tmn/JS-Game 2020-11-03 10:48:24 +00:00
ab09f76a06 changed code -> You can only select fields with pieces on them, started working on movement
ElGurkus pushed to master at tmn/JS-Game 2020-11-03 10:10:24 +00:00
99dd954fdc changed code -> Pieces now get set and drawn (currently X and O)
ElGurkus pushed to master at tmn/JS-Game 2020-11-03 09:43:48 +00:00
ba42f9bac7 changed code -> Tiny formatting change
ElGurkus opened issue tmn/JS-Game#1 2020-11-02 11:57:09 +00:00
Projekt ist noch nicht fertig -.-
ElGurkus pushed to master at tmn/JS-Game 2020-11-02 11:52:44 +00:00
9d10fe5a79 changed code -> You can no longer select another field if any field is selected