Commit Graph

55 Commits

Author SHA1 Message Date
030dc849c6
Adjusted buyins, adjusted rewards
Some checks failed
CI / Foundry project (push) Waiting to run
CI / Foundry project (pull_request) Has been cancelled
2024-11-01 11:42:50 +01:00
yellow
1f24f68862 Merge branch 'main' into burn
Some checks failed
CI / Foundry project (push) Waiting to run
CI / Foundry project (pull_request) Has been cancelled
2024-11-01 03:56:15 +01:00
yellow
948ff4219c pool creation
Some checks are pending
CI / Foundry project (push) Waiting to run
2024-11-01 03:35:15 +01:00
32bc1177ba
Added LastBossResult struct 2024-10-31 21:01:45 +01:00
yellow
2b6beb4b68 can create a pool
Some checks are pending
CI / Foundry project (push) Waiting to run
2024-10-31 16:59:36 +01:00
5b99997170
Added Boss Defeated and Prestige events
Some checks failed
CI / Foundry project (push) Has been cancelled
CI / Foundry project (pull_request) Has been cancelled
2024-10-31 14:51:47 +01:00
5e9e430970
Made bosses easier to fight
Some checks failed
CI / Foundry project (push) Waiting to run
CI / Foundry project (pull_request) Has been cancelled
2024-10-31 13:53:39 +01:00
9f6d94c8f7
Added test for last boss uniqueness
Some checks failed
CI / Foundry project (push) Waiting to run
CI / Foundry project (pull_request) Has been cancelled
2024-10-31 13:50:35 +01:00
8d845e9890
Fixes wrong boss rewards calculation
Some checks failed
CI / Foundry project (push) Waiting to run
CI / Foundry project (pull_request) Has been cancelled
2024-10-31 13:26:02 +01:00
yellow
f6f3e5cadf dao sacrifice
Some checks are pending
CI / Foundry project (push) Waiting to run
2024-10-31 04:55:29 +01:00
yellow
98913323f8 sacrifice 2024-10-31 04:47:27 +01:00
yellow
9e15e0eb2a small refactors
Some checks failed
CI / Foundry project (push) Waiting to run
CI / Foundry project (pull_request) Has been cancelled
2024-10-31 04:23:19 +01:00
86ad9c5e1a
Bosses in client
Some checks failed
CI / Foundry project (push) Waiting to run
CI / Foundry project (pull_request) Has been cancelled
2024-10-31 03:37:31 +01:00
ae8cf3781a
Proves the game is winnable
Some checks failed
CI / Foundry project (push) Waiting to run
CI / Foundry project (pull_request) Has been cancelled
2024-10-30 22:19:13 +01:00
b79e9c7eb0
Player can reenter the game test
Some checks failed
CI / Foundry project (push) Waiting to run
CI / Foundry project (pull_request) Has been cancelled
2024-10-30 21:10:01 +01:00
e282b499e9
Player loses test
Some checks failed
CI / Foundry project (push) Waiting to run
CI / Foundry project (pull_request) Has been cancelled
2024-10-30 20:44:00 +01:00
44f3e97de8
Additional randomness tests plus removed withdraw
Some checks failed
CI / Foundry project (push) Waiting to run
CI / Foundry project (pull_request) Has been cancelled
2024-10-30 19:14:22 +01:00
2e5d2143a8
Boss rolls test
Some checks failed
CI / Foundry project (push) Waiting to run
CI / Foundry project (pull_request) Has been cancelled
2024-10-30 16:47:44 +01:00
2e6bee24bf
Old tests pass now 2024-10-30 12:34:58 +01:00
ecbadf3809
Boss mechanics compile 2024-10-30 11:58:17 +01:00
64832617cc
Merge branch 'main' into feature/boss-mechanic 2024-10-30 11:18:46 +01:00
1afd975e0f
WIP adding bosses
Some checks failed
CI / Foundry project (push) Waiting to run
CI / Foundry project (pull_request) Has been cancelled
2024-10-30 00:28:48 +01:00
yellow
81170fd8ec reg price aligned, withdraw refactor
Some checks failed
CI / Foundry project (push) Waiting to run
CI / Foundry project (pull_request) Has been cancelled
2024-10-29 19:35:26 +01:00
52aec1ae9d
Raises RGCVII for entry to 500
Some checks failed
CI / Foundry project (push) Waiting to run
CI / Foundry project (pull_request) Has been cancelled
2024-10-29 12:14:30 +01:00
64b9be5ae8
Merged latest main
Some checks failed
CI / Foundry project (push) Waiting to run
CI / Foundry project (pull_request) Has been cancelled
2024-10-29 12:12:55 +01:00
c04744d0c8
Adds Swap on registration so ETH goes and swaps for RGCVII tokens
Some checks failed
CI / Foundry project (push) Waiting to run
CI / Foundry project (pull_request) Has been cancelled
2024-10-28 10:06:53 +01:00
aaf1c0fd46
Swapping WETH -> RGCVII
Some checks failed
CI / Foundry project (push) Waiting to run
CI / Foundry project (pull_request) Has been cancelled
2024-10-27 21:20:38 +01:00
d197935fae
Prepping uniswap of received ETH -> RGCVII 2024-10-27 12:57:05 +01:00
07f6b3cefe
Merge branch 'main' into dao-inegration
Some checks failed
CI / Foundry project (push) Waiting to run
CI / Foundry project (pull_request) Has been cancelled
2024-10-27 12:00:24 +01:00
7b9661bda7
Allows withdrawal of DAO tokens back to owner() account
Some checks failed
CI / Foundry project (push) Waiting to run
CI / Foundry project (pull_request) Has been cancelled
2024-10-27 11:52:26 +01:00
syahirAmali
9a0ab2963a Added events
Some checks failed
CI / Foundry project (push) Has been cancelled
CI / Foundry project (pull_request) Has been cancelled
2024-10-27 02:21:42 +08:00
0ea4ba320c
Balances how much units cost and profit 2024-10-26 14:45:25 +02:00
84c0aeff03
Better UX: player now can add units wven if funds are not yet minted 2024-10-26 13:49:29 +02:00
203ebd3e97
Removed RAID_WAIT because it was just getting in way of UX
Some checks are pending
CI / Foundry project (push) Waiting to run
2024-10-26 13:14:43 +02:00
c1e6494937
Added shrouding of units & display of per second profits on units plus fixed calc bug on unit costs
Some checks are pending
CI / Foundry project (push) Waiting to run
2024-10-26 13:12:30 +02:00
yellow
5b0d24ccba registration with dao token
Some checks failed
CI / Foundry project (push) Has been cancelled
CI / Foundry project (pull_request) Has been cancelled
2024-10-25 23:10:40 +02:00
yellow
9873dfc76b constructor 2024-10-25 22:37:40 +02:00
7a32129f7e
Ran forge fmt + solved client bug with amounts being much too high due to change in contract calculations
Some checks failed
CI / Foundry project (push) Has been cancelled
CI / Foundry project (pull_request) Has been cancelled
2024-10-25 11:12:51 +02:00
yellow
49b7110a6c raid before buy in addUnit
Some checks failed
CI / Foundry project (push) Waiting to run
CI / Foundry project (pull_request) Has been cancelled
2024-10-25 02:21:50 +02:00
yellow
738378d93e bit of a refactor
Some checks are pending
CI / Foundry project (push) Waiting to run
2024-10-25 02:13:52 +02:00
0dd53f9c1f
Tweaked formatting fn a bit plus per second counter is also formatted now
Some checks are pending
CI / Foundry project (push) Waiting to run
2024-10-24 12:59:49 +02:00
b47db1f359
Fixes prices calculation
Some checks are pending
CI / Foundry project (push) Waiting to run
2024-10-24 12:15:29 +02:00
b153e4b6bd
Fixes the issue with adding units not minting token straight away, fixes overlay issues so the tower is clickable again
Some checks are pending
CI / Foundry project (push) Waiting to run
2024-10-24 10:46:02 +02:00
830beab3e7
Lowered entrance fee
Some checks are pending
CI / Foundry project (push) Waiting to run
2024-10-23 17:14:28 +02:00
799d9ae435
initial raid time is now set to block.timestamp to prevent silly things happening
Some checks are pending
CI / Foundry project (push) Waiting to run
2024-10-23 16:46:02 +02:00
20fa42cfca
Annointed is actually spelled anointed 2024-10-23 10:07:49 +02:00
684d752b08
Added tests and fixed code for calculating profits and costs
Some checks are pending
CI / Foundry project (push) Waiting to run
2024-10-22 23:04:31 +02:00
38644f52c1
Added utils for calculating price and unit cost 2024-10-22 17:53:21 +02:00
5010a7b00d
Added army upgrading, removed total amount as that part is tracked by openzeppelin ERC20
Some checks are pending
CI / Foundry project (push) Waiting to run
2024-10-22 16:40:48 +02:00
ec10cb11cc
Mining or raiding mechanic works now
Some checks are pending
CI / Foundry project (push) Waiting to run
2024-10-22 14:46:50 +02:00