FLUTTER ECOSYSTEM

jerald-jacob/Flutter-Apps

∶cyclone: 이는 주로 생산용 완전한 애플리케이션에 초점을 맞추고 있습니다

행맨 프로젝트 이미지
Stars
21
Forks
6
최근 푸시(UTC)
2021. 5. 1.
프로젝트 상태
활성
Jerald Jacob GitHub avatar
GITHUB User

Jerald Jacob ↗

Java Full Stack Developer

@airindia Kerala, India공식 웹사이트 ↗
언어DartObjective-CShellJava

기술 주제

관련 패키지 및 예제

앱 카테고리

원본 README

아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.

README 펼치기 / 접기

Hangman

Getting Started

Hangman-Game A new Flutter application.

Description

Simply begin typing to enter your guesses You only have 5 guesses until the current word is cleared and the next one is loaded Your wins and failed attempts are recorded

Requirements

  • Download the apk file attached in the repository
  • Enter your name before you started
  • Select which type of word you guess
  • Enter the guessed character
  • Every wrong answer their should be a hangman image displayed

Technologies Used

  • FLUTTER
  • REST API

Code Explanation

Basically, the meat and potatoes of the code is in the dart file, where the variables and game logic is stored The Flutter UI sets up the basic elements of the game such as the title, pictures and audio, text elements indicating progress and points, etc.

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.