Upgrade to Pro — share decks privately, control downloads, hide ads and more …

2017 TGDF - 從零開始的遊戲開發框架

2017 TGDF - 從零開始的遊戲開發框架

蒼時弦や

July 02, 2017
Tweet

More Decks by 蒼時弦や

Other Decks in Technology

Transcript

  1. build :main do dynamic_library "sdl2" include_path "extra/include" define :debug flag

    "-Wall" source "src/**/*.cpp" dest "build" use :cxx end Magicafile
  2. Scene.define :starter do character(:aotoki).say 'Hi, Player' say 'Welcome to use

    DSL in your game' confirm 'Are you read to start?' do yes do goto :first_level end no do exit_game end end end DSL Sample
  3. Q&A