Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Puzzles, Games, and Competition answers/experiments from CodinGame -- TypeScript repo.

License

Notifications You must be signed in to change notification settings

Zweihander-Main/CodinGame_TS

Repository files navigation

CodinGame - TypeScript Code

Puzzles, Games, and Competition answers/experiments from CodinGame -- TypeScript repo.

Other languages:

List of projects:

Coders Strike Back -- Bot programming competition. Details here. Hit Gold league. Lots more can be done to improve.

Puzzles -- Divided by difficulty. Not necessarily optimal solutions for every one but they pass.

Tech stack:

Instructions

  1. Run npm install in the main directory (package.json should be accurate)
    • Special Notes:
    • Source/Dev: per project folder, Production: build folder
  2. Run one of the commands from the Scripts section. You'll most likely want npm run watch for development and npm run build for production.

Scripts

  • npm run build: Create development build
  • npm run watch: Create development build in watch mode

Notes

  • This was intended to be used with the CodinGame Sync extension & app. I point the output at the pertinent flatfile generated in the build folder after running build/watch.
  • Code was run against the online tester as well as cd-brutaltester with local versions of the contests. For puzzles, code was either linked to the src folder or copied by hand.
  • TypeScript is bundled but NOT transpiled using simple bundler I put together: Minipack_TS. This is done so that TypeScript code can be submitted to CodinGame for ranking/achievement purposes.

Available for Hire

I'm available for freelance, contracts, and consulting both remotely and in the Hudson Valley, NY (USA) area. Some more about me and what I can do for you.

Feel free to drop me a message at:

hi [a+] zweisolutions {●} com

License

MIT

About

Puzzles, Games, and Competition answers/experiments from CodinGame -- TypeScript repo.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published