Skip to content

Provide students a fun way to learn a NTU course module via gaming which teachers can use to track the progress

Notifications You must be signed in to change notification settings

AlvinTang011/SSADungeon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSADungeon

A new Flutter application. SSADungeon Information

Getting Started

This project is a starting point for a Flutter application.

Necessary changes to run the application

Go to external libaries > Dart Packages > flame-0.26.0 > Game > Game_render_box.dart

@override bool get sizedByParent => true; //i have added this in Size computeDryLayout(BoxConstraints constraints){ return constraints.smallest; }

include the above code after

GameRenderBox(this.context, this.game) { gameLoop = GameLoop(gameLoopCallback); }

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.

About

Provide students a fun way to learn a NTU course module via gaming which teachers can use to track the progress

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages