Tales of Popolon (new MSXDev'17 entry)

Страница 1/20
| 2 | 3 | 4 | 5 | 6

By santiontanon

Paragon (1806)

Аватар пользователя santiontanon

20-03-2017, 21:29

Hey guys, I just finished the first fully functional version of my first MSXDev'17 entry this year. I tried to do a game that looked a bit different from the usual MSX game, so I went for a 3D raycasting-style game (for MSX1, assuming only 16KB RAM). It runs a bit slow, but I think it's still fun to play and visually interesting.

Game can be downloaded from here: https://github.com/santiontanon/talesofpopolon/releases/tag/1.0

Source code here: https://github.com/santiontanon/talesofpopolon

And a quick video with the intro and some gameplay: https://www.youtube.com/watch?v=u9HiZfxoLmk

I know it's a bit weird for an MSX game, but I had a lot of fun doing it. I hope you enjoy it :)

btw: if you think the game runs too slow, you can change the viewport size pressing "0" while playing, to have a smaller viewport, making the game run faster.

Controls:
Left/right arrow keys - rotate Popolon
Up/down arrow keys - move forward/backward
Space - use the main weapon / skip text
Space + Left/right arrow keys - move left/right
M - use the secondary weapon
1 - change your primary weapon
2 - change your secondary weapon
3 - change your armor
0 - change the gameplay viewport size

Для того, чтобы оставить комментарий, необходимо регистрация или !login

By Louthrax

Prophet (2465)

Аватар пользователя Louthrax

20-03-2017, 21:35

!

By hamlet

Scribe (4106)

Аватар пользователя hamlet

20-03-2017, 21:45

AAmazing+

By valkyre

Hero (661)

Аватар пользователя valkyre

20-03-2017, 21:57

Like!!

By Josb

Master (206)

Аватар пользователя Josb

20-03-2017, 22:24

Very good job

By Manuel

Ascended (19469)

Аватар пользователя Manuel

20-03-2017, 22:57

Wow, that looks amazing! And I don't think this kind of game was ever done like that on MSX1....

By wolf_

Ambassador_ (10109)

Аватар пользователя wolf_

20-03-2017, 23:07

Raycasting on MSX1 - unexpected! Is that real-time filling-up the tiles, or is this a prefab tileset that somehow has all the angles 'n corners 'n things?

By the way: Have you ever tried running away from something with your arms up? It's in the intro @ 0:36! Hannibal

Running Naked in a Field of Flowers
(oh, wait!)

By santiontanon

Paragon (1806)

Аватар пользователя santiontanon

21-03-2017, 00:01

Thanks guys! Big smile

it's real-time filling-up of the tiles. I tried a prefab tileset initially, but couldn't figure out a tileset small enough to fit in memory while being flexible enough!

And hahaha, yeah, the "running villager" graphic is one that I always thought was temporary, but ended up staying there and now, I've kind of grown fond of it! Big smile Big smile Big smile

By toughkidCST

Rookie (19)

Аватар пользователя toughkidCST

21-03-2017, 01:37

It is indeed a remarkable achievement.

Awesome!

By sd_snatcher

Prophet (3659)

Аватар пользователя sd_snatcher

21-03-2017, 02:44

Fantastic! And, as you can imagine, it runs even better in a Turbo-R in R800 mode. Maybe you could enable the turbo by default in these machines? Wink

Hey! And it passes the Acid1Test, and almost passes the Acid2Test! With some very minor fixes it will pass the Acid2Test with flying colors. Amazing coding skills!

By santiontanon

Paragon (1806)

Аватар пользователя santiontanon

21-03-2017, 02:57

@sd_snatcher That's a good idea! noted down! I think I have the grand total of 5 bytes left in the cartridge, but I'm sure I can make some space for the code that detects and switches Wink (I also need to find some space to fix a small music glitch that occurs every once in a while)

As of now, the game updates the enemies/player/etc. 4 times per each 3D raycast loop (since raycast does about 3 frames per second, which would be too slow for enemy movement). But in R800 mode I might just need two or even just one enemy/player update per each 3D raycast loop, while still keeping a decent framerate, which should make things look much more in-sync!

btw, you got me there, what are the acit1test and acit2test? Tongue

Страница 1/20
| 2 | 3 | 4 | 5 | 6