spacewar
Space War starting in Episode 55 of cleancoders.com
File Explorer
- index.html
- bases_spec.clj
- clouds_spec.clj
- explosions_spec.clj
- klingon_spec.clj
- romulans_spec.clj
- ship_spec.clj
- shots_spec.clj
- spec_mother.clj
- spec_mother_spec.clj
- stars_spec.clj
- messages_spec.clj
- protocol_spec.clj
- tactical_scan_spec.clj
- view_frame_spec.clj
- widgets_spec.clj
- core_spec.clj
- geometry_spec.clj
- spec_utils.clj
- util_spec.clj
- vector_spec.clj
- bases.cljc
- clouds.cljc
- config.cljc
- explosions.cljc
- hit.cljc
- klingons.cljc
- romulans.cljc
- ship.cljc
- shots.cljc
- stars.cljc
- damage_panel.cljc
- deploy_panel.cljc
- engine_panel.cljc
- scan_panel.cljc
- status_panel.cljc
- weapons_panel.cljc
- button.cljc
- direction_selector.cljc
- engage.cljc
- horizontal_scale.cljc
- lcars.cljc
- lights.cljc
- named_indicator.cljc
- slider.cljc
- complex.cljc
- config.cljc
- front_view.cljc
- icons.cljc
- messages.cljc
- protocols.cljc
- strategic_scan.cljc
- tactical_scan.cljc
- view_frame.cljc
- core.cljc
- geometry.cljc
- util.cljc
- vector.cljc
- .gitignore
- deps.edn
- index.html
- README.md
- spacewar.jpg
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
clj
View Details ▼
clj
Clojure tool to start a REPL or invoke a function with data.
All options can be defined in a `deps.edn` file.
clj
Start a REPL (interactive shell):
clj -X {{namespace/function_name}}
Execute a function:
clj -M {{[-m|--main]}} {{namespace}} {{args}}
Run the main function of a specified namespace:
// repository documentation
Was this content helpful?
(0 ratings)
