Skip to content

motoko-bootcamp/core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R3boot (Play 2 Build)

Chapter 1

  • Create our Player log ✅
  • Make it accessible from browser (i.e publish it on the web and make it accesible through HTTP) ✅
  • Deploy our computer on the blockchain ✅

Chapter 2

  • Build a Battery system:
    • Introduce a custom unit system to measure the energy levels. ✅
    • Ability to see the total "energy" available in our PC. ✅
    • Acess the capacity of the Battery. ✅
    • A way to "discharge" and "recharge" our Battery

Chapter 3

  • Enable multiple Players to join this Club.
  • Introduce a build method for the Builders of this Club.