Skip to content

kaiohken1982/minimalistic-mvc-example-as3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimalistic MVC Example AS3

minimalistic-mvc-example-as3

This is a minimalistic implementation of the MVC design pattern written in AS3. The built program will only trace the key code of the pressed keyboard button in the output panel.

Run unit test

  • Add vendor/as3/src and test/src classpath (with flashdevelop right click on the project name, properties, classpath label )
  • Set tests/src/Runner.as as document class (with flashdevelop right click on the class file the select 'Set Document Class')
  • Run the project (with flashdevelop press F5).

Info

Built using Flash Develop http://www.flashdevelop.org/

TODO

Use composer for dependencies.

Reference

  • O'Really Actionscript 3.0 Design Patterns

About

Minimalistic MVC example AS3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published