Etiqueta: game

  • A Chess Game using Flutter

    Chess Game A Chess Game using Flutter. Getting Started This project covers how to make chess game using flutter. Also it shows how to build more advance functionalities. Watch below Youtube video for the code walkthrough, GitHub View Github

  • Wxrdle: Wordle on steroid built using flutter

    wxrdle Worlde but on Steroid Note All the word is pulled from https://word.tips. All the definition is pulled from https://yourdictionary.com. Description Has ability to change the length of the wordle, for you that want some extreme challenge. Looks and Feel Game Mode There are few costumizations that you can perform for your game: Length of the word (minimum 5, maximum …

  • Trophies zone – An application for players who’s interested in collecting games trophies

    Trophies_zone Name : Raneem nono Description : Trophies zone is an application for players who’s interested in collecting games trophies it displays games reviews and allows the PS4/PS5 player to track their achievements and collect more trophies by check any trophy gained and displays the trophies statistics Mark : UI(50) Code(30) Idea(20) Total(100) 50 30 20 100 ScreenShots GitHub View …

  • A sudoku game for mobile made with Flutter

    Sudoku³ A sudoku game for mobile made with Flutter. Learn More For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference. Install From the terminal: flutter pub get Usage In android > app > build.gradle set minSdkVersion 21. defaultConfig { minSdkVersion 21 } Try It Run emulator. …

  • Poschen- The funny dice game for everyone

    The funny dice game for everyone! Equipment 👐 A smartphone 📱 Friends Setup ⚙️ A smartphone 📱 is needed. All players should be at a table or in a circle 🪑 so that passing the smartphone 📱 is as easy as possible. Goal 🥅 The objective of the game is to roll a 21 (Mayer) 🎲 or to reveal a …

  • A clone of Wordle written using Flutter

    Flutter Wordle clone I wanted to challenge myself after writing a version of Wordle using F#, so I decided to try Flutter. This was a fun project, since Flutter allows for rapid feedback cycles during UI development. You should be able to clone this repo and run it yourself, given you have setup your Flutter development environment. Here’s a link …

  • Tic Tac Toe Game With Flutter

    Tic Tac Toe Tic_tac_toe.mp4 A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this is your first Flutter project: Lab: Write your first Flutter app Cookbook: Useful Flutter samples For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on …

  • Rush Puzzle Game Built With Flutter

    Inspiration As kids, we loved puzzles, all kinds of puzzles. Our favourite one was Rush Hour, a slide puzzle that consisted of displacing cars to let a jammed vehicle drive through the exit. This was our inspiration. Our goal was to bring our favourite puzzle to Flutter; and we wanted this to be in three dimensions, just as how we …

  • Flutter Hack Slide Puzzle, using Box2D for some fun physics

    Box2D Flutter Slide Puzzle Here is my submission to the 2022 Flutter Puzzle Hack. It uses Box2D physics to create an interesting gameplay mechanic where you need to manage a bit more than a simple slider. The code is all pure Flutter with widgets, animations, and CustomPaint. It doesn’t use any Flutter game engine. The goal is to fill up …

  • A puzzle game build for Flutter Puzzle Hack Challenge

    Give Vaccine Kill Covid Introduction 👨‍💻 In the initial stages of covid-19 vaccine testing trails, doctors are testing with many vaccines for discovering a cure for covid-19, at that stage it became difficult for the doctors to give a proper vaccine to their patients. So taking this part as an inspiration to provide a vaccine to their patient in difficulit …

  • Flutter-Wordle: A wordle Game Written by Flutter

    Flutter-Wordle A wordle game written by flutter How to play Thanks to the feature of Fluttter, the game is available on all platforms Play on Web Visit Wordle on my server to play the online version Play on Android Download .apk file in the release page, install & enjoy. Debug on your device clone this repository flutter clean flutter pub …

  • Candy sorter game made for the march flutter challenge

    candy_sorter A candy sorter game made with Flutter for the march flutter challenge.https://flutterchallenge.dev/lets-eat-some-candies Starting screen Game screen Pause screen Settings screen Getting Started A few resources to get you started if this is your first Flutter project: Lab: Write your first Flutter app Cookbook: Useful Flutter samples For help getting started with Flutter, view ouronline documentation, which offers tutorials, samples, …

  • A Submission for the Flutter Puzzle Hack

    Numbers_Puzzle This project is my submission the “Flutter Puzzle Hack 2022”. The application keeps the same gameplay logic but offer a new kind of user experience with some pixels art in space and no AUDIO. Yes no audio because there is no sound in space. The App can be built for Web , Android and iOS ( the app also …