Skip to content

Minimal typescript/webpack starter project that bundles to a single output file. Can be used with GC Local for local development of codingame puzzles

Notifications You must be signed in to change notification settings

der-ranjit/codingame-typescript-puzzles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • install GC Local and follow the instructions to point it to this project's dist/main.js file.
  • in main.ts, import the puzzle class you want to be used as the solution for the codingame puzzle.
  • run npm i initially, and then npm run start to start developing locally.

You can create your own simulation in a node environment and run it with npm run simulation;

About

Minimal typescript/webpack starter project that bundles to a single output file. Can be used with GC Local for local development of codingame puzzles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published