Skip to content

Example Implementation of a battle game with the Pokemon damage formula (gen1) on Sui

License

Notifications You must be signed in to change notification settings

damirka/battle-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sui Battle Game

This is an example implementation of the Pokemon damage formula v1 on Sui with a simple example of a game that uses it in 2 modes: single player (vs bot) and multiplayer.

How to use

You can either play the prototype on testnet by looking into cli folder or use the library in your own project. The algorithm is not yet published on any of the environments, so you need to include it as a dependency and either publish separately or together with your package.

[dependencies]
Sui = { git = "https://github.com/damirka/pokemon-formula.git", subdir = "packages/pokemon", rev = "main" }

Want to play?

Package is live on testnet. Go to CLI for a guide.

License

Apache 2.0

About

Example Implementation of a battle game with the Pokemon damage formula (gen1) on Sui

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published