This website requires JavaScript.
a2270d5de0
Ajout de la classe Cell et GUI, début d'implémentation de certaines de leurs méthodes.
Valentin Valentin
2021-11-05 15:42:06 +0100
a7775f9c2a
Optimize imports
Katchan
2021-11-05 15:36:03 +0100
3ccc26592c
Add differents ComputerPlayer class + refactor calls
Katchan
2021-11-05 15:35:25 +0100
a2ebb5195c
Add players' classes (dps, tank and support)
Quentin Legot
2021-11-05 13:50:02 +0100
4ac571ad09
Optimize import
Katchan
2021-10-28 23:23:10 +0200
8a35d22b58
Add basis Play test and Shot test
Katchan
2021-10-28 23:21:53 +0200
2322462ab3
Add various changes on Pair toString, Firearm getter
Katchan
2021-10-28 23:19:53 +0200
19e5f19b19
Add increment function
Katchan
2021-10-28 23:18:31 +0200
785e28e6a9
Implement all action function
Katchan
2021-10-28 23:17:12 +0200
70439266e9
Fix encoding
Quentin Legot
2021-10-28 16:18:47 +0200
5912b49356
Partially fix GridTest.java
Quentin Legot
2021-10-26 17:17:06 +0200
3a31f8485d
Merge branch 'testplay'
Quentin Legot
2021-10-26 17:08:38 +0200
2e86f71e94
Improved argument parser and fix a bug with grid not initialize on new instance
Quentin Legot
2021-10-26 16:04:12 +0200
ad9ac682bb
Create a view per player + improved arguments parser
Quentin Legot
2021-10-26 10:26:31 +0200
4e2da3330a
Added very basic view support + reworked players' fields in Game.java and Grid.java
Quentin Legot
2021-10-23 19:15:08 +0200
f611509175
Add playtest methode and diverses attributes and methods. Refactor isPossible method
testplay
Katchan
2021-10-22 13:03:14 +0200
d6f2217554
Finalisation des classes DeployShield, DropBomb et DropMine
Valentin Valentin
2021-10-22 08:17:50 +0200
ce39edaead
Added view files + refactored Tests
Quentin Legot
2021-10-21 20:43:16 +0200
cd166fa809
Add move doAction
Katchan
2021-10-21 17:19:05 +0200
f5ba25843c
Merge remote-tracking branch 'origin/master'
Quentin Legot
2021-10-21 17:14:31 +0200
fb1c82ed58
refactored ClassPlayer from a class to an enum
Quentin Legot
2021-10-21 17:14:04 +0200
dcf09f6b3f
Modifications et ajouts de méthodes aux classes et interface (DeployShield,DropBomb,DropMine,DropObject,Nothing,Player)
valentinlucas
2021-10-21 17:05:11 +0200
f2e42c68bf
Add test
Quentin Legot
2021-10-21 16:47:41 +0200
d2ccedb814
Add Move isPossible and getValidPoint and refactor Grid attributes
Katchan
2021-10-21 16:41:04 +0200
8f19cf400c
Fix omissions + Optimize import
Katchan
2021-10-21 15:54:53 +0200
134655b116
Modifications des classes liées aux actions
valentinlucas
2021-10-20 15:43:54 +0200
1090d358c2
Remove position atribute on Player
Katchan
2021-10-20 14:52:04 +0200
498a449a91
[Priority 3] - Add DefaultClassPlayer and refactor Player constructor
Katchan
2021-10-20 14:43:31 +0200
6c61be3a90
[Priority 1] - Create simple grid
Katchan
2021-10-18 18:20:17 +0200
e81fb4af2e
Edit ComputerPlayer abd Firearm constructor
Katchan
2021-10-18 18:19:16 +0200
e04b70d8e6
Add constructor and variables on Weapon
Katchan
2021-10-18 18:18:20 +0200
cfaeebe221
Refactor variable name on Pair
Katchan
2021-10-18 18:17:52 +0200
f5b26810b8
Refactored extends and implements
Quentin Legot
2021-10-18 16:12:18 +0200
559c590b52
Refactored Point.java
Quentin Legot
2021-10-18 08:42:26 +0200
c9380a229f
Ajouts minimes (Implémentation & ajout de la méthode play())
valentinlucas
2021-10-17 17:03:18 +0200
38af64cdf0
Fix gradle run
Quentin Legot
2021-10-17 16:27:25 +0200
aad5c8a544
Add game basis
Katchan
2021-10-15 18:56:42 +0200
3e8f749e6c
remove excess dependencies on App
Katchan
2021-10-15 18:55:24 +0200
6edf9df251
add grid basis whith extern wall generation
Katchan
2021-10-15 18:54:21 +0200
26f0290047
refactor Tuple to Triplet and create Cardinal enum on utils package
Katchan
2021-10-15 18:53:34 +0200
77a2800a78
add players basis
Katchan
2021-10-15 18:52:44 +0200
1c806704f1
Fix package names
Quentin Legot
2021-10-12 10:33:14 +0200
db7d533c90
Ajout du package model et de ses composantes, modification de la "nomination" d'une variable
valentinlucas
2021-10-12 09:19:15 +0200
24f5269c63
Fix package syntax not correct at the beginning of classes
Quentin Legot
2021-10-10 16:34:54 +0200
c5bd6f7e8e
Update to gradle 7.2 and to JavaFX 17
Quentin Legot
2021-10-10 16:08:55 +0200
aac154bf78
Updated project to multi-module using gradle
Quentin Legot
2021-10-10 15:19:04 +0200
e23f2ece10
🎨 Replace Weapon package to weapon.
Katchan
2021-10-09 12:07:52 +0200
95f57e1165
⚡ Add project basis.
Katchan
2021-10-09 12:04:24 +0200
b5124cf6b0
initialize project
Quentin Legot
2021-10-06 10:41:00 +0200
75cb9d32f4
Initial commit
Sysadmin
2021-10-06 10:10:26 +0200