olistic / warriorjs

🏰 An exciting game of programming and Artificial Intelligence
https://warriorjs.com
MIT License
9.39k stars 488 forks source link

Mode with random enemies #123

Open VarPDev opened 6 years ago

VarPDev commented 6 years ago

whenever you start the mode the enemies and the map are random

netzulo commented 6 years ago

what about specification of changes ? xD are you meaning a new tower ? really not sense to begginer tower

VarPDev commented 6 years ago

a mode in which you fight to the bitter end with enemies and random maps, so as to test if the code always works

2018-05-19 10:46 GMT+02:00 Netzulo.com notifications@github.com:

what about specification of changes ? xD are you meaning a new tower ? really not sense to begginer tower

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/olistic/warriorjs/issues/123#issuecomment-390390308, or mute the thread https://github.com/notifications/unsubscribe-auth/AbKlxtaiVFwkKKYtCeZ6FmOQoPGK3yerks5tz9vkgaJpZM4UEocV .

akamuraasai commented 5 years ago

I think it’s a very good idea, since the game will be more challenging and funny. Also, I’m planning to implement a new tower with this kind of mechanics.

VarPDev commented 5 years ago

Fantastic

On Sat, Oct 20, 2018, 7:16 AM Jonathan Willian notifications@github.com wrote:

I think it’s a very good idea, since the game will be more challenging and funny. Also, I’m planning to implement a new tower with this kind of mechanics.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/olistic/warriorjs/issues/123#issuecomment-431549918, or mute the thread https://github.com/notifications/unsubscribe-auth/AbKlxq8SKnXtwDO-QGVKx9UCyZEWAw-nks5umrGggaJpZM4UEocV .

-- Pasquale De Lucia

+39 3283144431 https://www.linkedin.com/in/pasquale-de-lucia-angularjs/

olistic commented 5 years ago

@akamuraasai Wow. That is awesome! Let me know if you need anything, or changes in the core are needed to support new game mechanics!

akamuraasai commented 5 years ago

Hi, @olistic. I don't think it's really necessary to change the core at all. It already allow this kind of tower. Here is a sample:

But I'm glad if you can help me with the levels design.

olistic commented 5 years ago

@akamuraasai Can you expand on the strategy you're using to generate random levels?

akamuraasai commented 5 years ago

Sorry about the late response. I'm really busy at work those days. To generate the map, I'm using a fixed number of enemies. Then these enemies receives a random position based on empty spaces of the map. It's not that elaborated, to be honest. I don't wanna make this issue a chat, so can we talk about this in another place?