QuentinPlaysMC

Game code

Jun 25th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. Let's make a game!
  2. -I walk on
  3. -by QuentinPlaysMC
  4. -created on 06/25/2018
  5. -last updated on 06/25/2018
  6. -version 1
  7. Settings :
  8. -prices increase by 105%
  9. -selling gives back 95%
  10. -resources are hidden by default
  11. -clickables are hidden by default
  12. -buildings are hidden by default
  13. -upgrades are hidden by default
  14. -show log
  15. //-custom stylesheet : http://pastebin.com/raw.php?i=vWDguSvc
  16. -background : https://lh3.googleusercontent.com/-SOPccZcHnMM/WzUVhhAxvbI/AAAAAAAAHDw/tH4XJg7AhgsPX18ccfn2u2ZdcUblxL9HwCL0BGAYYCw/h400/backdrop.png
  17. -text color : #fff
  18. -fonts : Kavoon
  19. //this bit is still a work in progress
  20. -boxes : main (resources, clickables); store (upgrades, buildings); stats (achievements)
  21. Resources :
  22. *distance
  23. -named distance
  24. -visible
  25.  
  26. *exp
  27. -named experience
  28. -visible
  29.  
  30. *totaldistance
  31. -named total distance
  32. -visible
  33.  
  34. *nothing
  35. -abstract
  36. Clickables :
  37. *walk
  38. -gives 1 distance
  39. -gives 1 exp
  40. -visible
  41. -"walk"
  42. -named walk on
  43. -picture : https://lh3.googleusercontent.com/-RWcr48b0aec/WzUVj2WACGI/AAAAAAAAHDw/UB79QmNLfsUOEk-E6_UQAUq4P_E6zZGJQCL0BGAYYCw/h400/forward.png
  44. *leave
  45. -gives 100 totaldistance
  46. -locks leave
  47. -converts distance to totaldistance
  48. -converts outpost to nothing
  49. -unlocks walk
  50. -unlocks outpost
  51. -picture : https://lh3.googleusercontent.com/-EVYnr3BWJac/WzUiEoZ6uMI/AAAAAAAAHEg/YnE7zG3wZ3Q-Akyf7drcysXqHwAPY1CAwCLcBGAs/s0/exit.png
  52. Buildings :
  53. *outpost
  54. -"enter an outpost of the endless road"
  55. -costs 100 distance
  56. -locks walk
  57. -locks outpost
  58. -unlocks leave
  59. -visible
  60. Achievements :
Add Comment
Please, Sign In to add comment