Skip to content

OnsetGame/falcon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Dependencies

  • grab latest Nim from GitHub and follow compiling instructions
    • don't forget to add Nim/bin and ~/.nimble/bin directory to your PATH
    • also build koch tools with ./koch tools command
  • mac users must install Xcode from App Store (after that install Xcode Command Line Tools with xcode-select --install) and Brew
  • install sdl2
    • linux users can use apt-get
    • mac users just type brew install sdl2 command
  • install ffmpeg or libavtools
    • linux users can use apt-get
    • mac users just type brew install ffmpeg --with-libvorbis command

Building

  1. Clone this repo
  2. Install nimble dependencies nimble install -dy
  3. Build and run (by default prod server will be used): nake

You also can use nake help to display possible options. For example you can choose which scene to load: nake -d:scene=WitchSlotView

Or use local server: nake -d:local

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages