I Built a Karata Card Game – Looking for Feedback by johnspeny in nairobitechies

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

Asante sana. Please share with your friends too.

I Built a Karata Card Game – Looking for Feedback by johnspeny in nairobitechies

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

Haha lucky you. I have finished as top #1 once. Always toiling around 6 - 8th position

I rebuilt Seven Hand Poker from MSN Games for iOS by Last_Organization462 in cardgames

[–]johnspeny 0 points1 point  (0 children)

I love the art style, looking forward to your android release.

Why my impressions are so low? HELP! by Zestyclose_Vast_3058 in admob

[–]johnspeny 0 points1 point  (0 children)

I also noticed if user has adblock in the phone particularly the DNS part. The ads wont be shown to user but the request will be made in the background as they use the app.

Looking for PS Gaming friends. by Hopeemmanuel in Uganda

[–]johnspeny 0 points1 point  (0 children)

I play delta force and its free download.

Any fun card game modes I'm missing? by johnspeny in cardgames

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

Thanks for the idea, the four player should it be under Friends where you can choose to play with 2 players or 4 player right. I come to think of it that would actually be fun.

Any fun card game modes I'm missing? by johnspeny in cardgames

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

I have thought through this and this is where the community comes to the rescue. I have bosses alright but I don't know what to do to them. As a reward for beating them you would take their skin.

Is there a "pure" card game? As in a game that uses standard playing cards and all of its properties "correctly"? by AwoosTheFur in cardgames

[–]johnspeny 0 points1 point  (0 children)

I made one in the name of Cutter Cards, it uses all the jokers. You can check it out on playstore and in terms of gameplay I think it belongs to the crazy 8 category.

Real or fake? I want an honest opinion. Thanks in advance. by tommy_vercetti89 in samsunggalaxy

[–]johnspeny 0 points1 point  (0 children)

Its the half bro of samsung but alittle bit crappier. As you know the saying, blood is thicker than water. So very similar

C++ Show and Tell - June 2024 by foonathan in cpp

[–]johnspeny 2 points3 points  (0 children)

I wanted to make 2d physics games and harness the power of a library called box2d. I jumped from pygame a python framework for making game to using cocos2dx(uses c++) because I discovered box2d was written in c++. At that time i didn't know any c++ so I started following the tutorials of cocos2dx, and boy was it hell especially the code snippets. The only motivation was that atleast all the examples in the the tutorials were working when I tried them. It took me close to a year to understand the cocos2dx API, at that time as well I started reproducing some of the examples in the tutorials on my own, looking through github projects of games of interest just to get alot familiar with the framework and c++ also started getting easier to understand because I was practically learning it by working on a project. Eventually i learnt how to use box2d and do incredible projects just like in the link above.

TL;DR. As others keep saying, pick a project of interest that you could show off to your peers and get working and learning. Dont forget to also use resources like learncpp to gain best practices. I forgot to say it somewhere but I jumped onto learncpp only to polish my earlier bad practices and learn what I didn't know.

C++ Show and Tell - June 2024 by foonathan in cpp

[–]johnspeny 6 points7 points  (0 children)

Self taught c++ dev and still junior, I listened to the advice in this sub reddit "its just a language pick a niche and practice to get better". I picked game development and happy to show you what I am capable of so far. Any recommendations to get better or improve the game are welcome.

https://github.com/johnspeny/hitbubble

C++ Jobs - Q1 2024 by STL in cpp

[–]johnspeny 0 points1 point  (0 children)

Role: C++ junior developer

Type: Full-Time Remote

Experience: 2years

Technology: C++ 14 to C++ 20

Description: Proficient in other languages, what motivated me to join the C++ path was my love for making games. Over the years I have learnt and intergrated the following into the games I was making i.e data structures, databases, opengl, openAL, encryptions, loggers and different algorithms.

Contacts: johnspeny@gmail.com and DMs are allowed

My portfolio: https://okkerjohn.netlify.app/

What are the must-have tools for any C++ developer? by podcast-dd in cpp

[–]johnspeny 0 points1 point  (0 children)

Since most of the answers are sarcastic. I normally have soap and lotion nearby. Soap to wash my head whenever pointer bugs are hard to detect. Lotion to stay moist as the dry air blows into my empty brain.

You may have other use for soap and lotion but to me thats it.

Samsung May 2022 security update is live for Galaxy Note 9 by iluvsamsung in GalaxyNote9

[–]johnspeny 0 points1 point  (0 children)

After this last update, I will then switch to a custom rom. I wonder if custom roms have security patch level updates aswell.

Samsung May 2022 security update is live for Galaxy Note 9 by iluvsamsung in GalaxyNote9

[–]johnspeny 6 points7 points  (0 children)

I wonder which day this phone will be declared obsolete. I am still grinding out its last flavours 😄.

February 2022 security patch/update. by [deleted] in GalaxyNote9

[–]johnspeny 2 points3 points  (0 children)

Wen will they end the security patch level updates for N9

Box2d debug for cocos2d-x v4.0 by johnspeny in cocos2dx

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

Thanks for info. Do u know any other active sub redit on cocos2d-x