Categoría: Games

Categoría agregada por el Plugin WPeMatico

  • A simple 2D multiplayer online game built using Flutter and Flame engine

    Club Penguin Club Penguin A multiplayer game involving penguins and anonymous chat in a virtual 2D world Before we start, you can take a look at the app: Usage 🎨 To clone and run this application, you’ll need git and flutter installed on your computer. From your command line: # Clone this repository $ git clone https://github.com/Shadow60539/social_media_game.git # Go into …

  • Space Themed Turn-Based Strategy Game developed in Flutter

    Space Empires Space Empires A 4X Space themed Strategy Game made with Flutter. Usage 🎨 To clone and run this application, you’ll need git and flutter installed on your computer. From your command line: # Clone this repository $ git clone https://github.com/SatyamX64/space_empires # Go into the repository $ cd space_empires # Install dependencies $ flutter packages get # Run the …

  • Tangram App created using flutte

    Tangram App Tangram is a creative intelligence game on the basis of creating various forms by combining seven geometrically shaped pieces made of stone, bone, plastic or wood. How do i play You can level up by placing the pieces given for placement in appropriate places. There are 9 levels, 3 easy, 3 medium and 3 hard. Plugins Tangram App …

  • A fully fledged Sudoku game written in Flutter

    Flutter-Sudoku This is a fully fledged Sudoku game written in Dart using Flutter. It can be exported to Android, iOS, Fuchsia, Windows, Linux, MacOS, PWA or a Web App. Installation & Usage: Can be played online in the browser. Can be installed as a Progressive Web App on any platform. See Use Progressive Web Apps Can be installed as an …

  • A game build with Flutter and Flame

    Flutters Flutters is a demo game powered by Flutter and Flame. I wrote it to test out its performance and gaming capabilities and decided to open source it, so you can learn to flutter aswell. Why is a Flutter Game awesome? Apps run on iOS and Android Awesome hot-reloading Compiles to native It is simple to learn Contributing Contributions are …

  • Rhythm-based mobile game build with flutter

    Hit Notes – Play instruments Rhythm-based mobile game. Even you don’t have any basic knowledge of music instruments, you still can play with falling notes in the game! Main Features Hundreds of songs, from classics of Beethoven, Chopin, Mozart, or Schubert, folk songs to POP/EDM. Will be updated continuously Adjustable difficulty level Adjustable tempo Many game modes Many musical instruments …

  • Vintage Pacman Game developed in Flutter

    Pacman The beloved vintage Pacman game with Flutter Animations and Sound Effects compatible in both Andriod and IOS. Project Structure: The rough breakdown of the game will consist of game logic and I/O. The game logic will consist of collision detection, scoring, and enemy AI. The I/O will include mostly interaction with the touch and if time forbids, maybe a …

  • The Assistant for Scrap Mechanic App

    Assistant for Scrap Mechanic This will be an app to help the players of the game Scrap Mechanic. The goal is to have a responsive Flutter app that will look good on mobile devices as well as larger screens. Then I will use Flutter web in order to have 1 codebase for Android, iOS and Web. Builds and Releases Android …

  • A game library that lets you review games with flutter

    GameBase 🎮 A flutter application that serves as a front-end application for GameBase. GameBase is a game library that lets you review games and list your favorite games. Demo Current Build Status Authentication is already established, refresh tokens is not yet implemented Tasks ⏰ The following must be finished by this week October 25, 2020 Home Page 🏠 Top Games …

  • A matching colors Flutter game

    matchymatchy The goal is to reproduce the top right pattern on the 9 center squares with as few moves as possible. STILL IN DEVELOPMENT Fun fact: this app was entirely developed on emacs! Architecture This app implements Didier Boelens’ approach to BLoC. The idea is to show data through widgets that react to a bloc’s Stream. In order to simplify …

  • A simple maze game in Flutter

    maze_game A simple maze game in Flutter. It also serves as a CustomPainter example. ¿Why? In another project, I needed to create a «simple» maze game that can be used in low-end devices, so game engine was not an option. Suddenly, I found a way to do it in pure Android. So, this is a «port» of that saviour example. …

  • Sudoku game build with Flutter

    sudoku sudoku applications are made using flutter. The following is a screen shot of the Sudoku game: 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 …

  • Four-in-a-row game in Flutter

    Flutter FIAR Four-in-a-row game in Flutter. Game modes Player vs Player (only local) Player vs Cpu Dumb Hard Hardest Demo (Cpu Hard vs Cpu Hardest) Getting Started Run the application to play 🙂 git clone git@github.com:imtoori/flutter_fiar.git flutter run Screenshots GitHub

  • A simple TicTacToe game app built with Flutter

    Tic-Tac-Toe A simple TicTacToe game app built with Flutter. A simple yet beautiful Tic Tac Toe game. Requires no Internet Connection and has no Ads. Tic-tac-toe (American English), noughts and crosses (British English), or Xs and Os is a paper-and-pencil game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who …