contract

所属分类:其他
开发工具:Cairo
文件大小:0KB
下载次数:0
上传日期:2022-11-15 17:54:46
上 传 者sh-1993
说明:  StarkNet Eykar智能合约用开罗编写。由区块链驱动的去中心化征服游戏。几乎无限的领土...,
(The StarkNet Eykar smartcontract written in cairo. A decentralized game of conquest powered by blockchain. An almost infinite territory that can be conquered through alliances and wars.)

文件列表:
contracts/ (0, 2022-11-15)
contracts/colonies.cairo (7311, 2022-11-15)
contracts/combat.cairo (5674, 2022-11-15)
contracts/convoys/ (0, 2022-11-15)
contracts/convoys/conveyables.cairo (87, 2022-11-15)
contracts/convoys/conveyables/ (0, 2022-11-15)
contracts/convoys/conveyables/fungibles.cairo (4790, 2022-11-15)
contracts/convoys/conveyables/fungibles/ (0, 2022-11-15)
contracts/convoys/conveyables/fungibles/human.cairo (2091, 2022-11-15)
contracts/convoys/conveyables/fungibles/soldier.cairo (2103, 2022-11-15)
contracts/convoys/conveyables/fungibles/wood.cairo (1164, 2022-11-15)
contracts/convoys/factory.cairo (1169, 2022-11-15)
contracts/convoys/library.cairo (14802, 2022-11-15)
contracts/convoys/transform.cairo (8461, 2022-11-15)
contracts/exploitation/ (0, 2022-11-15)
contracts/exploitation/buildings.cairo (4735, 2022-11-15)
contracts/exploitation/harvesting.cairo (3671, 2022-11-15)
contracts/exploitation/production.cairo (3001, 2022-11-15)
contracts/eykar.cairo (15596, 2022-11-15)
contracts/factions.cairo (4428, 2022-11-15)
contracts/map/ (0, 2022-11-15)
contracts/map/biomes.cairo (8292, 2022-11-15)
contracts/map/coordinates.cairo (2049, 2022-11-15)
contracts/map/simplex_noise.cairo (4686, 2022-11-15)
contracts/map/szudzik.cairo (1054, 2022-11-15)
contracts/map/world.cairo (1420, 2022-11-15)
contracts/prestige.cairo (2283, 2022-11-15)
contracts/trade.cairo (1512, 2022-11-15)
contracts/utils/ (0, 2022-11-15)
contracts/utils/arrays.cairo (377, 2022-11-15)
contracts/utils/cairo_math_64x61/ (0, 2022-11-15)
contracts/utils/cairo_math_64x61/__init__.py (297, 2022-11-15)
contracts/utils/cairo_math_64x61/hyp64x61.cairo (1810, 2022-11-15)
contracts/utils/cairo_math_64x61/hyp64x61_mock.cairo (807, 2022-11-15)
contracts/utils/cairo_math_64x61/math64x61.cairo (8379, 2022-11-15)
contracts/utils/cairo_math_64x61/math64x61_mock.cairo (1888, 2022-11-15)
contracts/utils/cairo_math_64x61/trig64x61.cairo (4647, 2022-11-15)
contracts/utils/cairo_math_64x61/trig64x61_mock.cairo (809, 2022-11-15)
... ...


Eykar

The Eykar StarkNet smartcontract. A decentralized game of conquest.

To view the web client, click here.

To learn more about StarkNet, click here.

## What is it? Eykar is a decentralized strategy game project developed by two college friends. The idea is to create a math formula describing an infinite game board. This formula is able to give us the shape of each plot, its altitude, its climate, its color and all this while keeping a coherence between the different biomes and regions. Players can then explore this infinite world, colonize it and develop their empire. Since the math formula is deterministic, only changes to the world are stored on the blockchain. And because we are using the layer 2 StarkNet, a Validity-Rollup, we can afford to implement realistic distance calculations and other complex interactions without paying a very high cost. ## To do list - [ ] Minting colonies - [ ] Getting plot at (x,y) - [ ] Getting multiple plots on (xmin, ymin, xmax, ymax) - [ ] Delayed Tasks System - [ ] Conquering (x, y, colonyId, troops) - [ ] Attacking (x, y, colonyId, troops) - [ ] Sending resources (colonyId, colonyId, resources)

近期下载者

相关文件


收藏者