atauln / Missiles

Missiles - An attempt at recreating a game on my phone on devcade lol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Devcade-game-template

A template repository for creating games for the Devcade arcade system.

Whats included

  • An initiallized monogame project
  • The Devcade library intalled
  • Resolution setting and basic controls updating
  • Build scripts for publishing and packing games

Building with build scripts

For Linux / Mac

. ./publish.bash [Path to banner] [Path to icon]

For Windows

./publish.ps1 [Path to banner] [Path to icon]

If arguments are not provided, the script will search for them in the top level of your project directory.

In both cases, the banner and icon must be called 'banner' and 'icon' respectively. The scripts copy these files to your project directory, so running them without args after the first time will always find the banner and icon.

The scripts will create a ZIP file in the project directory with the same name as the containing folder.�

About

Missiles - An attempt at recreating a game on my phone on devcade lol

License:MIT License


Languages

Language:Shell 36.6%Language:C# 35.1%Language:PowerShell 28.2%