GithubHelp home page GithubHelp logo

s-ecki / games Goto Github PK

View Code? Open in Web Editor NEW

This project forked from flutter/games

0.0 0.0 0.0 16.42 MB

Home of the Flutter Casual Games Toolkit and other Flutter gaming templates

License: Other

Shell 0.39% Ruby 1.46% C++ 18.35% C 1.11% Objective-C 0.03% Kotlin 0.10% Dart 60.82% Swift 1.65% HTML 1.44% CMake 14.66%

games's Introduction

games

Build Status

Home to the official code for the Flutter Casual Games Toolkit and other Flutter gaming templates.

Visit flutter.dev/games for more information.

If you're new to Flutter, you first need to install the Flutter SDK.

Organization

The projects in this repository are divided into two broad categories:

  1. Templates. A small number of starting points for your game project. Templates are intended to give you a simple project structure on top of which you can build your game. They differ to accommodate different game types, from the simplest casual games through drag&drop board games to 2D platformers.

  2. Samples. Intended to show functionality beyond the basics, such as multiplayer or ads integration.

.
├── templates
│   ├── basic
│   ├── card
│   └── endless_runner
└── samples
    ├── ads
    ├── multiplayer
    └── ...

How to use

  1. Clone this repository.

    To minimize download size, you can use a partial clone:

    git clone --filter=blob:none https://github.com/flutter/games.git

    (Alternatively, you can download the ZIP file and uncompress it on your workstation.)

  2. cd into the project you are interested in. For example:

    cd templates/card

    (Alternatively, you can copy the contents of a project to somewhere else, and change to that directory.)

  3. (Optional) Rename the project with the rename tool.

  4. Open the project in your favorite editor and enjoy.

Interested in contributing?

See the contributor's guide!

Questions or issues?

If you have a general question about one of these samples or how to adapt its techniques for one of your own apps, try one of these resources:

If you run into a bug in one of the samples, please file an issue in the flutter/flutter issue tracker.

games's People

Contributors

filiph avatar domesticmouse avatar spydon avatar hixie avatar eltociear avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.