Skip to content

Commit

Permalink
progress report blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
byorgey committed Jun 20, 2022
1 parent a69d931 commit d300acf
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/blog/.BlogLiterately-uploaded-images
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fromList [("../../images/curry.png","http://byorgey.files.wordpress.com/2021/10/curry-1.png"),("../../images/log.png","http://byorgey.files.wordpress.com/2021/09/log.png"),("../../images/recipes.png","http://byorgey.files.wordpress.com/2021/10/recipes.png")]
fromList [("../../images/curry.png","http://byorgey.files.wordpress.com/2021/10/curry-1.png"),("../../images/log.png","http://byorgey.files.wordpress.com/2021/09/log.png"),("../../images/main-menu.png","http://byorgey.files.wordpress.com/2022/06/main-menu.png"),("../../images/recipes.png","http://byorgey.files.wordpress.com/2021/10/recipes.png"),("../../images/trees.png","http://byorgey.files.wordpress.com/2022/06/trees.png")]
23 changes: 23 additions & 0 deletions docs/blog/2022-06-swarm-progress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: "Swarm: status report"
---

[BLOpts]
profile = wp
postid = 2449
tags = Swarm, game, robot, programming, resource
categories = Haskell, projects

[Swarm](https://github.com/swarm-game/swarm/) is a 2D programming and resource gathering game, written in Haskell. I [announced it last September](https://byorgey.wordpress.com/2021/09/23/swarm-preview-and-call-for-collaboration/) and [gave an update one week after that](https://byorgey.wordpress.com/2021/10/01/swarm-a-lot-can-happen-in-a-week/), but haven't written anything since then. However, that doesn't mean development has stopped! Since last October, the repo has grown by an additional 4K lines of Haskell code (to 12K). Notable changes since then include:

- Many UI improvements, like a main menu, ASCII art recipes, and mouse support
- Many new entities and recipes (multiple types of motors, drills, and mines; new materials like iron, silver, quartz, and glass; new devices like circuits, clocks, cameras, comparators, compasses, ...)
- The game now supports *scenarios*, generically describing how to initialize the game and what the winning conditions should be: scenarios can be used to describe open-world games, tutorials, tricky programming challenges, ... *etc.*
- Improvements to the programming language, like a new dedicated `robot` type, and a "delay" type for things that should be evaluated lazily
- Increased emphasis on exploration, with the ability to `scan` unknown entities in the world

![](../../images/main-menu.png)

![](../../images/trees.png)

Development has picked up considerably in the past few weeks, and we're making good progress toward a planned [alpha release](https://github.com/orgs/swarm-game/projects/1/views/5) (though no concrete plans in terms of a release date yet). If you're interested in getting involved, check out our [contribution guide](https://github.com/swarm-game/swarm/blob/main/CONTRIBUTING.md), come join us on IRC (`#swarm` on Libera.Chat) and take a look at the list of [issues marked "low-hanging fruit"](https://github.com/swarm-game/swarm/issues?q=is%3Aissue+is%3Aopen+label%3A%22C-Low+Hanging+Fruit%22)---as of this writing there are 28 such issues, so plenty of tasks for everyone!
Binary file modified images/initial.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/main-menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/trees.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d300acf

Please sign in to comment.