Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix client running #34

Merged
merged 5 commits into from
Oct 29, 2017
Merged

Fix client running #34

merged 5 commits into from
Oct 29, 2017

Conversation

ForNeVeR
Copy link
Member

Closes #33.

Also I've added a client startup shortcut to ease the debug experience.

@ForNeVeR ForNeVeR self-assigned this Oct 29, 2017
@ForNeVeR ForNeVeR requested a review from rexim October 29, 2017 14:13
Copy link
Member

@rexim rexim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall looks ok to me

;;; Missles related stuff
;;; Player-related stuff:

(defn enrich-player
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do you mean by "enriching" stuff? Is that some kind of commonly known term?

Copy link
Member Author

@ForNeVeR ForNeVeR Oct 29, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The module is called richworld. The process of conversion of ordinary world into a rich one I call "enrichment"; the same goes for player. Consulted with my dictionary.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, thx

@@ -35,22 +49,39 @@
(if (<= delta-time simulation/simulation-step)
[world delta-time]
(let [broken-particles (mapcat #(break-particle % planets)
(concat missiles fragments))
(concat missiles fragments))
;; FIXME: Duplicate code
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd create an issue for that

Copy link
Member Author

@ForNeVeR ForNeVeR Oct 29, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here it is: #35.

@ForNeVeR
Copy link
Member Author

ForNeVeR commented Oct 29, 2017

Thanks for the review! 🐙

@ForNeVeR ForNeVeR merged commit e310e06 into develop Oct 29, 2017
@ForNeVeR ForNeVeR deleted the feature/33-fix-ui branch October 29, 2017 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants