Etiqueta: app

  • 2048 Game implemented in Flutter

    2048 The game is purely made using Flutter’s Animation System using AnimatedWidget and Explicit animations. The project is made in Flutter 3.0 at the moment and is not related in anyway to the Flame Game Engine or the Game toolking the Flutter team released with version 3.0 Running the Game Get Packages flutter pub get Run Builder flutter pub run …

  • A free and cross-platform trainers launcher for enhancing your gaming experience

    A free and cross-platform trainers launcher for enhancing your gaming experience🤗. 👀 Screenshots 💻 Supported platforms Windows Linux Steam Deck macOS (coming soon) ⚙️ Installation You can download prebuilt binaries directly from GitHub releases or 百度网盘 For Linux user or Steam Deck user, run following commands to install. sudo dpkg -i LaLa_linux_amd64.deb or sudo apt install ./LaLa_linux_amd64.deb or run LaLa_linux_amd64.AppImage …

  • 2D game at solana blockchain

    DINOGROW DINOGROW is an exciting mobile game developed in Flutter that combines the fun of dinosaur games with the power of the Solana blockchain. In this game, players can create a new wallet on the Solana blockchain as their in-game identity, allowing them to interact with the blockchain quickly and transparently. Key Features Solana Login: Players can log in to …

  • A classic minesweeper game fully implemented in Flutter

    mines_sweeper Overview mines_sweeper is a classic minesweeper game fully implemented in Flutter. The game challenges players to clear a rectangular board containing hidden “mines” without detonating any of them. Installation Clone the repository and navigate to the project directory. Run the game using your preferred Dart environment. Usage The game starts with a grid of unmarked squares. Some randomly selected …

  • Triple seven slots game built with Flutter

    Triple seven slots game PROJECT INFO Triple seven slots game based on the latest version of Flutter Game is properly working on Android, iOS and WEB Features Ability to make bet, user balance is locally stored Spin wheel each 8 hours Different lotties for prizes and balance increasing Demo Triple Seven Slots Game demo777.movie.mp4 Installing: 1. Clone this repo to …

  • An Online multiplayer Tictacktoe game with Flutter

    mp_tictactoe This is an Online multiplayer Tictacktoe game where two player can play simultaneously. Whoever gets 6 points of score first wins the game. one player have to create a room and others have to join the room my inputing rooms ID number given by the player1(Who has created the room). The Project in coded in flutter language and javacsript …

  • A classic implementation of the popular Tetris game built using Flutter

    Tetris Game A classic implementation of the popular Tetris game built using Flutter and Dart. This version stays true to the original gameplay mechanics while offering a visually appealing user interface. Objective: Clear lines by fitting falling blocks together to create complete horizontal lines. With each cleared line, the game speeds up, challenging players to think and react quickly. GitHub …

  • A simple Tic Tac Toe game with an unbeatable AI opponent, Built using Flutter

    Toe Tack Tick A simple Tic Tac Toe game with an unbeatable AI opponent. Built using Flutter. Features Play against an unbeatable AI opponent. Beautiful and modern user interface. Enjoyable sound effect and music. Responsive design for various screen sizes. Screenshots Getting Started Clone this repository. Make sure you have Flutter installed on your machine. Navigate to the project directory …

  • The famous Tic Tac Toe game built using Flutter

    Tic Tac Toe Introduction The famous Tic Tac Toe game built using Flutter. To enhance the user experience, I implemented Hive as the local database, allowing players to view their games later. Additionally, I utilized hooks, a flutter implementation of React hooks, to efficiently manage the life-cycle of the Widget and better perfomance. Features Single Player : Engage in an …

  • A multiplatform unofficial client for Fox go server (foxwq)

    openfoxwq_client A multiplatform unofficial client for Fox go server (foxwq) written in Flutter. The web version is currently hosted at https://openfoxwq.com. Native builds for Mac available at openfoxwq_dist repository. Screenshots Development I use the beta channel for Flutter. There are two environment variables which can be helpful during development: MOCK_UI: a boolean flag to control whether the application is launched …

  • A simple two-player game played on a 3×3 board

    Flutter TIC-TAC-TOE Game Looking for an interactive game? This game got you covered. Run Locally Clone the project git clone https://github.com/yuvraj0028/tic_tac_toe.git Go to the project directory cd tic_tac_toe Install dependencies flutter pub get Run App flutter run Screenshots GitHub View Github

  • The ultimate gaming app that combines a virtual shop and a vast library of diverse titles

    mulplat_project_gamehub GameHub Connect is the ultimate gaming app that combines a virtual shop, a vast library of diverse titles, and an engaging community of passionate gamers. Explore an extensive game shop, purchase your favorite titles, and unlock exclusive in-app bonuses. Dive into a comprehensive game library featuring classic and trending games across genres, and connect with like-minded individuals in the …

  • A Chess Flutter App with all the rules set up

    Chess Flutter App Welcome to our Chess Flutter App repository! This project is a fully functional chess game, developed using Flutter. It allows you to play a classic game of chess on your device with an easy-to-use and aesthetically pleasing interface. Overview Our chess game offers a smooth and immersive gameplay experience. It contains all the rules and functionalities of …

  • Production-ready app template based on Flutter and Rust

    🆎 About This Template This flutter-rust-app-template provides instant capabilities to developers who want to embrace the power of Flutter and Rust together. Simply duplicate the template repo and you’re ready to go! This template is primarily built using the flutter_rust_bridge library. It also incorporates several popular packages and modifications into the default Flutter template, ensuring optimal development process. It has …

  • A simple Tic Tac Toe game made in Flutter

    Tic Tac Toe This is a simple Tic Tac Toe game made in Flutter written albeit a little cookie cutter. Installation There are several ways to save this repository on your device. Two of these options include: Downloading repository as ZIP Running the following command in a terminal, provided the GitHub CLI has been previously installed: git clone https://github.com/carrot2803/Tic-Tac-Toe.git Install …