Skip to content

Commit baf9f48

Browse files
committed
N20: Bounty Bros
1 parent 121f140 commit baf9f48

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed
33.8 KB
Loading

content/posts/newsletter-020/index.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,53 @@ If needed, a section can be split into subsections with a "------" delimiter.
6464

6565
## Game Updates
6666

67+
### [Bounty Bros.][bounty_bros]
68+
69+
[![bounty-bros-character-on-map](./bounty_bros.png)][bounty_bros_webgame]
70+
_Click the image to play the game in your browser!_
71+
72+
[Bounty Bros.][bounty_bros] is a prototype game similar to the old Legend of
73+
Zelda® games developed by [Katharos Technology][katharostech] as a testing
74+
ground for a future commercial game.
75+
76+
In the last 2 months Bounty Bros. has gotten a lot of updates. Now you can [play
77+
the game][bounty_bros_webgame] right inside of your browser on desktop or mobile
78+
devices!
79+
80+
- You can no longer walk through walls or objects
81+
- You can now walk into buildings
82+
- The camera follows the player without passing beyond the map borders
83+
- Rendering is now scaled pixel-perfect
84+
- Mobile touch controls were added
85+
- There is a new [retro mode][bounty_bros_retro_mode] that tries to make it it
86+
look like the game is running on an old CRT television.
87+
88+
All of the source code, excluding assets and artwork, was also made available
89+
and split into two independent projects.
90+
91+
These projects were released under the
92+
[Katharos License][katharos_license]. This license has moral and ethical
93+
implications that you may or may not agree with, so please read it before making
94+
use of these projects:
95+
96+
- [Bevy Retro][bevy_retro]: A Bevy plugin for pixel-perfect games
97+
- [Skip'n Go][skipngo]: A simple game engine for making top-down pixel games
98+
99+
You can read the full update in the [Blog Post][bounty_bros_blog_post].
100+
101+
_Discussions: [Skip'n Go on GitHub][skipngo_discussions], [Bevy Retro on GitHub][bevy_retro_discussions]_
102+
103+
[bevy_retro]: https://github.com/katharostech/bevy_retro
104+
[bevy_retro_discussions]: https://github.com/katharostech/bevy_retro/discussions
105+
[katharostech]: https://katharostech.com
106+
[skipngo]: https://github.com/katharostech/skipngo
107+
[skipngo_discussions]: https://github.com/katharostech/skipngo/discussions
108+
[bounty_bros]: https://katharostech.com/post/bounty-bros-on-web
109+
[bounty_bros_webgame]: https://skipngo.katharostech.com/?asset_url=https://bounty-bros.skipngo.katharostech.com/
110+
[bounty_bros_blog_post]: https://katharostech.com/post/bounty-bros-on-web
111+
[bounty_bros_retro_mode]: https://skipngo.katharostech.com/?asset_url=https://bounty-bros.skipngo.katharostech.com/&enable_crt=true&pixel_aspect_ratio=1.3
112+
[katharos_license]: https://github.com/katharostech/katharos-license
113+
67114
### [pGLOWrpg][pglowrpg-github]
68115

69116
![Improved text rendering](pglowrpg_progress.jpg)

0 commit comments

Comments
 (0)