raul pushed to main at raul/golang-exercises 2024-03-19 08:20:48 +01:00
6711bc5de5 Added methods exercise
raul pushed to main at raul/golang-exercises 2024-03-18 09:13:12 +01:00
f8eacdbc1c Added tcell-practice exercise
raul pushed to main at raul/golang-exercises 2024-03-18 08:19:45 +01:00
6428837551 Add tour-of-go folder and README.md
raul pushed to main at raul/battleship-cli 2024-03-18 08:16:32 +01:00
7b0d6f7501 Pause the project and reorganize files
raul pushed to main at raul/battleship-cli 2024-03-17 11:28:33 +01:00
666d4c18c5 Fixed win condition not applying properly
raul pushed to main at raul/battleship-cli 2024-03-16 11:59:41 +01:00
b92ab38e8d Trying to get the server to work
raul pushed to main at raul/battleship-cli 2024-03-15 13:06:04 +01:00
8cd45de78f Players can now properly input guesses
raul pushed to main at raul/battleship-cli 2024-03-14 11:27:12 +01:00
0aad28a230 Added coordinate selection for main game
raul pushed to main at raul/battleship-cli 2024-03-14 11:11:40 +01:00
860b50dd59 Added ability to choose size of ship board
raul pushed to main at raul/battleship-cli 2024-03-13 15:17:41 +01:00
c1a84a47d5 Separate hidden and revealed matrices
raul pushed to main at raul/battleship-cli 2024-03-12 12:44:58 +01:00
f8ecbd2038 Create matrix and generate ships for player 1
raul pushed to main at raul/battleship-cli 2024-03-12 12:16:20 +01:00
6f23e5d7a6 Create main menu for the game
raul pushed to main at raul/battleship-cli 2024-03-12 12:14:03 +01:00
55b99e0b2c Added matrix randomizer for ship generation
raul pushed to main at raul/battleship-cli 2024-03-11 21:46:24 +01:00
3e8313b118 Adding utilities file
raul renamed repository from battleship to raul/battleship-cli 2024-03-11 08:59:01 +01:00
raul pushed to main at raul/battleship-cli 2024-03-11 08:45:03 +01:00
707556cb5a Updated README.md
raul pushed to main at raul/battleship-cli 2024-03-11 08:43:48 +01:00
fc50027b39 Preparing all basic files
raul created repository raul/battleship-cli 2024-03-11 08:35:10 +01:00
raul pushed to main at raul/golang-exercises 2024-03-11 08:29:56 +01:00
290d1be8f4 Added tcp-movie exercise
raul pushed to main at raul/golang-exercises 2024-03-10 09:29:44 +01:00
7693f81e0b Added http-get exercise