Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ interface MarsLander1StepwiseInput extends StepwiseGameInput {
export class MarsLander1Solver extends PuzzleSolver<MarsLander1InitialInput, MarsLander1StepwiseInput> {
protected parseInitialGameInput(): MarsLander1InitialInput {
return {};
// gewa
}

protected parseStepwiseGameInput(stepwiseCGInput: string): MarsLander1StepwiseInput {
Expand Down
2 changes: 2 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ import { MarsLander1Solver } from "./codingame-puzzles/mars-lander-episode-1/Mar

PuzzleManager.start(ShadowOfKnight1Solver, ShadowOfKnight1Simulation1, { simulationsPerSecond: 2 })
// PuzzleManager.start(MarsLander1Solver)

// lol