├── App.tsx ├── README.md └── assets ├── 1.jpg ├── 11.jpg ├── 12.jpg ├── 13.jpg ├── 14.jpg ├── 15.jpg ├── 16.jpg ├── 17.jpg ├── 18.jpg ├── 19.jpg ├── 2.jpg ├── 20.jpg ├── 3.jpg ├── 4.jpg ├── 5.jpg ├── 6.jpg ├── 7.jpg ├── 8.jpg └── 9.jpg /App.tsx: -------------------------------------------------------------------------------- 1 | import { BrowserRouter as Router, Route, Routes } from 'react-router-dom'; 2 | import './App.css'; 3 | import { ToastContainer, toast } from 'react-toastify'; 4 | import 'react-toastify/dist/ReactToastify.css'; 5 | import { Provider } from "react-redux"; 6 | import { store } from './store'; 7 | 8 | import SlideGame from './games/SlideGame'; 9 | import MineGame from './games/MineGame'; 10 | import VideoPoker from "./games/VideoPoker"; 11 | import Layout from './layout'; 12 | import CrashGame from './games/CrashGame'; 13 | import BaccaratGame from './games/BaccaratGame'; 14 | import HiloGame from './games/HiloGame'; 15 | import GoalGame from './games/GoalGame'; 16 | import RouletteGame from './games/RouletteGame'; 17 | import BlackjackGame from './games/BlackjackGame'; 18 | import BaccaraStGame from './games/BaccaratSGame'; 19 | import HiloMGame from './games/HiloMGame'; 20 | import FlowerPoker from './games/FlowerPoker'; 21 | import AviatorGame from './games/Aviator'; 22 | 23 | function App() { 24 | return (
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/assets/1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Igamingdev1/blockchain-games/e6a2bf50e6b4586c0aa20e93519564d7dd021dac/assets/1.jpg
--------------------------------------------------------------------------------
/assets/11.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Igamingdev1/blockchain-games/e6a2bf50e6b4586c0aa20e93519564d7dd021dac/assets/11.jpg
--------------------------------------------------------------------------------
/assets/12.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Igamingdev1/blockchain-games/e6a2bf50e6b4586c0aa20e93519564d7dd021dac/assets/12.jpg
--------------------------------------------------------------------------------
/assets/13.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Igamingdev1/blockchain-games/e6a2bf50e6b4586c0aa20e93519564d7dd021dac/assets/13.jpg
--------------------------------------------------------------------------------
/assets/14.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Igamingdev1/blockchain-games/e6a2bf50e6b4586c0aa20e93519564d7dd021dac/assets/14.jpg
--------------------------------------------------------------------------------
/assets/15.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Igamingdev1/blockchain-games/e6a2bf50e6b4586c0aa20e93519564d7dd021dac/assets/15.jpg
--------------------------------------------------------------------------------
/assets/16.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Igamingdev1/blockchain-games/e6a2bf50e6b4586c0aa20e93519564d7dd021dac/assets/16.jpg
--------------------------------------------------------------------------------
/assets/17.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Igamingdev1/blockchain-games/e6a2bf50e6b4586c0aa20e93519564d7dd021dac/assets/17.jpg
--------------------------------------------------------------------------------
/assets/18.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Igamingdev1/blockchain-games/e6a2bf50e6b4586c0aa20e93519564d7dd021dac/assets/18.jpg
--------------------------------------------------------------------------------
/assets/19.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Igamingdev1/blockchain-games/e6a2bf50e6b4586c0aa20e93519564d7dd021dac/assets/19.jpg
--------------------------------------------------------------------------------
/assets/2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Igamingdev1/blockchain-games/e6a2bf50e6b4586c0aa20e93519564d7dd021dac/assets/2.jpg
--------------------------------------------------------------------------------
/assets/20.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Igamingdev1/blockchain-games/e6a2bf50e6b4586c0aa20e93519564d7dd021dac/assets/20.jpg
--------------------------------------------------------------------------------
/assets/3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Igamingdev1/blockchain-games/e6a2bf50e6b4586c0aa20e93519564d7dd021dac/assets/3.jpg
--------------------------------------------------------------------------------
/assets/4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Igamingdev1/blockchain-games/e6a2bf50e6b4586c0aa20e93519564d7dd021dac/assets/4.jpg
--------------------------------------------------------------------------------
/assets/5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Igamingdev1/blockchain-games/e6a2bf50e6b4586c0aa20e93519564d7dd021dac/assets/5.jpg
--------------------------------------------------------------------------------
/assets/6.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Igamingdev1/blockchain-games/e6a2bf50e6b4586c0aa20e93519564d7dd021dac/assets/6.jpg
--------------------------------------------------------------------------------
/assets/7.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Igamingdev1/blockchain-games/e6a2bf50e6b4586c0aa20e93519564d7dd021dac/assets/7.jpg
--------------------------------------------------------------------------------
/assets/8.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Igamingdev1/blockchain-games/e6a2bf50e6b4586c0aa20e93519564d7dd021dac/assets/8.jpg
--------------------------------------------------------------------------------
/assets/9.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Igamingdev1/blockchain-games/e6a2bf50e6b4586c0aa20e93519564d7dd021dac/assets/9.jpg
--------------------------------------------------------------------------------