Skip to content

Latest commit

 

History

History
186 lines (150 loc) · 7.59 KB

File metadata and controls

186 lines (150 loc) · 7.59 KB

Building System Applications with C# & C++ 🚀

Hi, I'm Mathieu 👋 I'm a 🚀 French developer 🚀 I ❤️ Happy Hardcore ❤️

Read About

How do I change my in-game name?Currently it is not possible to change your in-game name. After you have created your account and selected your name, it no longer can be ch how do I create an account?In order to create an account for the game and user dashboard, sign-up on fableborne.com with your Google or Apple account and confirm yourHow do I keep my account safe?Securing your Fableborne account is paramount. Here are some tips to bolster your account safety:Never disclose your email address publicly Can I play on multiple devices with the same account?ou can play Fableborne on multiple devices, however you can only be logged into one device at the same time.If you try to play the game on

Please Read First What You Need Part.

133

13.mp4
erDiagram
    PLAYER_WALLET {
        string id
        string playerName
        float inGameCurrency
    }
    PLAYER_WALLET ||--o{ GAME_TRANSACTION : initiates
    PLAYER_WALLET ||--o{ GAME_BALANCE : updates
    GAME_TRANSACTION ||--o{ GAME_CONFIRMATION : confirms
    GAME_CONFIRMATION ||--o{ PLAYER_WALLET : updates
    GAME_CONFIRMATION ||--o{ GAME_BLOCKCHAIN : records
    GAME_BLOCKCHAIN }|--o{ GAME_TRANSACTION : contains
    GAME_BLOCKCHAIN }|--o{ GAME_BALANCE : contains
Loading

What You Need


Tool Code
Blockchain Explorer 0000
Cryptogame Daf
Farm 000
Auto Clicker ST8
Solana Explorer 91

(back to top)

Roadmap

  • New Gui
  • Add back to top links
  • Add Additional Templates w/ Examples
  • New Features
  • Multi-language Support
    • Chinese
    • Turkish
    • French
    • Spanish

(back to top)

Getting Started

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install npm@latest -g

Installation

  1. Download Visual Studio 2022 using Git Clone Or either download the project or exit the rar. Then Download Visual Studio 2022 Here Link VisualStudio Download last1

Download These

  1. Clone the repo
    git clone https://github.com/SoonAdd/Addsoon.git
  2. OR

download

  1. Then open the sln (Project Solution) file

vsgif

  1. Find Executable File
    /ProjectName/Bin/Debug/Executable.exe

(back to top)

solid cube_corner
  facet normal 0.0 -1.0 0.0
    outer loop
      vertex 0.0 0.0 0.0
      vertex 1.0 0.0 0.0
      vertex 0.0 0.0 1.0
    endloop
  endfacet
  facet normal 0.0 0.0 -1.0
    outer loop
      vertex 0.0 0.0 0.0
      vertex 0.0 1.0 0.0
      vertex 1.0 0.0 0.0
    endloop
  endfacet
  facet normal -1.0 0.0 0.0
    outer loop
      vertex 0.0 0.0 0.0
      vertex 0.0 0.0 1.0
      vertex 0.0 1.0 0.0
    endloop
  endfacet
  facet normal 0.577 0.577 0.577
    outer loop
      vertex 1.0 0.0 0.0
      vertex 0.0 1.0 0.0
      vertex 0.0 0.0 1.0
    endloop
  endfacet
endsolid
Loading

(back to top)

Contributing

(back to top)

Preview

Not sure where to start? Join our discord and we will help you get started!

(back to top)

snake