Skip to content

Commit 01b2265

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

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed
33.8 KB
Loading

content/posts/newsletter-020/index.md

+45
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,51 @@ 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. These projects were released under the
90+
[Katharos License][katharos_license]. This license has moral and ethical
91+
implications that you may or may not agree with, so please read it before making
92+
use of these projects:
93+
94+
- [Bevy Retro][bevy_retro]: A Bevy plugin for pixel-perfect games
95+
- [Skip'n Go][skipngo]: A simple game engine for making top-down pixel games
96+
97+
You can read the full update in the [Blog Post][bounty_bros_blog_post].
98+
99+
_Discussions: [Skip'n Go on GitHub][skipngo_discussions], [Bevy Retro on GitHub][bevy_retro_discussions]_
100+
101+
[bevy_retro]: https://github.com/katharostech/bevy_retro
102+
[bevy_retro_discussions]: https://github.com/katharostech/bevy_retro/discussions
103+
[katharostech]: https://katharostech.com
104+
[skipngo]: https://github.com/katharostech/skipngo
105+
[skipngo_discussions]: https://github.com/katharostech/skipngo/discussions
106+
[bounty_bros]: https://katharostech.com/post/bounty-bros-on-web
107+
[bounty_bros_webgame]: https://skipngo.katharostech.com/?asset_url=https://bounty-bros.skipngo.katharostech.com/
108+
[bounty_bros_blog_post]: https://katharostech.com/post/bounty-bros-on-web
109+
[bounty_bros_retro_mode]: https://skipngo.katharostech.com/?asset_url=https://bounty-bros.skipngo.katharostech.com/&enable_crt=true&pixel_aspect_ratio=1.3
110+
[katharos_license]: https://github.com/katharostech/katharos-license
111+
67112
### [pGLOWrpg][pglowrpg-github]
68113

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

0 commit comments

Comments
 (0)