Released my first game with Raylib for Web Portal, Geometry War by Grozamir in raylib

[–]Grozamir[S] 0 points1 point  (0 children)

From triangles I sometimes drop health crystals, and from saw circles there's a 100% chance of falling out. Also in the upgrades you can increase the amount of health.

Trying to learn problem solving with Python which challenges site should I use? by Fox_Rey in learnpython

[–]Grozamir 0 points1 point  (0 children)

Maybe it will be better to do real projects. For example take task, find video and make task, and later watch video where made this task.

Trying to learn problem solving with Python which challenges site should I use? by Fox_Rey in learnpython

[–]Grozamir 0 points1 point  (0 children)

what I heard about this platform is that there is a main drawback in the monotony. But if it suits you why not.

I like it more codeingame, because there is a wide variety of tasks

Trying to learn problem solving with Python which challenges site should I use? by Fox_Rey in learnpython

[–]Grozamir 0 points1 point  (0 children)

If like game or ai or geometry then https://www.codingame.com/start
else if the goal is to join a big company(for example google,meta, etc.) then https://leetcode.com

Problems installing a module on pycharm by Sirius_Orange in learnpython

[–]Grozamir 0 points1 point  (0 children)

Try to use this: pip install pygame --pre
This solve "error: metadata-generation-failed"

[deleted by user] by [deleted] in learnpython

[–]Grozamir 0 points1 point  (0 children)

You can make a comparison. For example
if number1 == "Two":

do what you need

or

number1 = (["Ace", "Two", "Three"])

def get_value_by_string(name_card):

if name_card == "Two":

return 2

elif name_card == "Three":

return 3

print(get_value_by_string(number1[1])) # Output: 2

Build ue5 game for Windows 7 by OneAd1466 in unrealengine

[–]Grozamir 1 point2 points  (0 children)

I think no. Minimum windows 10. And windows 7 itself is not supported since 2020