Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flippando - the game #2648

Open
wants to merge 135 commits into
base: master
Choose a base branch
from

Conversation

irreverentsimplicity
Copy link
Contributor

This PR integrates the Flippando gno files into the main gnoland repository.

Packages added:

  • flippandoserver.gno (basic game creation, unopinionated server of pairs consisting of random numbers)

Realms added:

  • flippando.gno (main entry point, game mechanics, wrapper for some calls on the other realms)
  • basicNFT.gno (creation of a basic NFT)
  • compositeNFT.gno (creation of a composite NFT from basic NFTs)
  • token.gno (FLIP fungible token creation and management)
  • marketplace.gno (listing / selling basic and composite NFTs)
  • airdrop.gno (managing airdrops of basicNFTs, including minting FLIP fungible tokens for airdrop account)
  • flippandosvg.gno (generating various SVG images for the basic NFTs, i.e. colored squares, dices, hexagrams)
  • marshals.gno (JSON marshaling functions for flippando objects and API responses)
  • errors.gno (basic error types)
  • util.gno (utility functions, parsing, marshaling support, etc)

Relevant packages used: avl.Tree, grc20, grc721.

AFAIK, no breaking changes have been introduced.

@irreverentsimplicity irreverentsimplicity requested review from gfanton and removed request for a team July 31, 2024 06:28
@github-actions github-actions bot added 🧾 package/realm Tag used for new Realms or Packages. 📦 🤖 gnovm Issues or PRs gnovm related labels Jul 31, 2024
Copy link

codecov bot commented Jul 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 60.15%. Comparing base (bd99fbe) to head (e6de200).
Report is 23 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2648      +/-   ##
==========================================
- Coverage   60.16%   60.15%   -0.01%     
==========================================
  Files         561      562       +1     
  Lines       74999    75455     +456     
==========================================
+ Hits        45120    45387     +267     
- Misses      26500    26670     +170     
- Partials     3379     3398      +19     
Flag Coverage Δ
contribs/gnodev 61.40% <ø> (ø)
contribs/gnofaucet 14.46% <ø> (ø)
gno.land 64.57% <ø> (-0.18%) ⬇️
gnovm 64.27% <ø> (+0.14%) ⬆️
misc/genstd 80.54% <ø> (ø)
misc/logos 19.88% <ø> (ø)
tm2 62.05% <ø> (+0.06%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@zivkovicmilos zivkovicmilos self-requested a review August 5, 2024 22:06
@leohhhn
Copy link
Contributor

leohhhn commented Aug 12, 2024

Hey @irreverentsimplicity, can you please check the CI? fmt, mod tidy, and PR title are easy, just check why the examples/ tests are failing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 🤖 gnovm Issues or PRs gnovm related 🧾 package/realm Tag used for new Realms or Packages.
Projects
Status: No status
Status: In Review
Development

Successfully merging this pull request may close these issues.

2 participants