How to create instant arcade game with JS (part 1)
How to create instant arcade game with JS (part 1)
- English
- Game Development
GameDev
- Project length: 8h 13m
In this part we will set up project infrastructure: build scripts, project skeleton, tasks automation, game framework and CI.
Overview
This tutorial guide you through whole process of making a mobile web game and publish it to market. Together we will build the game and discuss ecosystem. The purpose of the tutorial is to show the pipeline of a project creation from start to finish, exposing all the process to viewers: pipeline setup, continuous integration, fast prototyping and feature implementing, connecting with backend, analytics and platform integration.
What are the requirements?
- Intermediate experience with Javascript(i use ES6 flavor) and knowledge of it's ecosystem
- Desire to make games
What is the target audience?
- You know some js and ready to work without game engine
- You interested in new mobile web markets
When are the streaming sessions (streaming schedule)?
Weekly Tuesday at 2am EST
Project Outline
In this part we will set up project infrastructure: build scripts, project skeleton, tasks automation, game framework and CI
Session 1:
- Project dependencies and basic automating tasks
Session 2:
- Futher automatization
- Adding game libraries
Session 3:
- Renderer stretching
- Asset digest automatization
Session 4:
- Assets loading
- Content stretching based on renderer stretching
- Peek inside composition system we will be using
Session 5:
- Content layouting
- Layering content
Session 6:
- Setting up buildbot for CI and public sharing
- Wrapping up milestone