Skip to content

saonam/crosscode-map-editor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

133 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Server Build Status

CrossCode Map Editor

A Map Editor for the game CrossCode, build with Angular and Phaser.

editor

Features

Getting started

If you just want to use the editor install the latest Release.

Development

For development you need to run the backend and the webapp

backend

move into the backend folder and then install dependencies via npm

npm install

Open the file src/config.ts and change the path to your CrossCode assets folder. After that move back to the backend folder and start the server with

npm start

webapp

move into the webapp folder and then install dependencies via npm

npm install

and then run the dev server with

npm start

Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

About

Map Editor for CrossCode

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 83.0%
  • HTML 9.2%
  • CSS 6.6%
  • JavaScript 1.2%