Giter Club home page Giter Club logo

fleizean / ft_transcendence Goto Github PK

View Code? Open in Web Editor NEW
7.0 2.0 2.0 27.44 MB

Develop a website for real-time multiplayer Pong games with a user-friendly interface, meeting minimum guidelines for overall grading. Future course modules may enhance or replace features. Pay attention to green-highlighted terms denoting evolving technology choices, and refer to version specifics in the subject documentation.

Home Page: https://indianpong.onrender.com

Python 32.76% CSS 20.96% HTML 25.54% JavaScript 20.59% Shell 0.04% Makefile 0.05% Dockerfile 0.06%
42born2code 42school django pingpong realtime-chat realtime-multiplayer transcendence

ft_transcendence's Introduction

Hi 👋, I'm Enes

A passionate developer from Turkey

  • 🔭 I’m currently working on .NET Technology

  • 🌱 I’m currently learning .NET, Python, Vue.js, React

  • 📫 How to reach me [email protected]

Profiles:

codingame 42 linkedin

Languages and Tools:

arduino c csharp illustrator linux mongodb mssql photoshop postgresql python

python

ft_transcendence's People

Contributors

cantaskin avatar fleizean avatar fyurtsev avatar mstfkucukkurt avatar temasictfic avatar yeaktas avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ft_transcendence's Issues

Minor Module: Support on all devices.

Kullanıcıların, kullandıkları cihaza bağlı olarak dokunmatik ekran, klavye ve fare gibi farklı giriş yöntemlerini kullanarak web sitesinde kolayca gezinebilmelerini ve web sitesiyle etkileşimde bulunabilmelerini sağlayın.

Oyun oynamak için de geçerli mi olması gerekiyor?

Fotoğrafsız kullanıcı ve kullanıcı arama hakkında.

Kullanıcı fotoğrafsız olarak giriş yaptığında zaten default bir fotoğraf ekliyoruz. Öyleyse neden search.html içerisinde böyle bir kontrol yapmamız gerekiyor.

                    {% if kullanici.avatar %}
                        <a href="/profile/{{kullanici.username}}" class="go-profile"><img class="round" src="{{kullanici.avatar.url}}" width="156px" height="156px"
                            alt="user" /></a>
                    {% else %}
                        <a href="/profile/{{kullanici.username}}" class="go-profile"><img class="round" src="/static/assets/profile/profilephoto.jpeg"
                            alt="user" width="128px" height="128px"/></a>
                    {% endif %}

Major Module: Introduce an AI Opponent.

AI modülünde şu maddeyi incelememiz gerekiyor:

The AI must replicate human behavior, meaning that in your AI implementation, you must simulate keyboard input. The constraint here is that the AI can only refresh its view of the game once per second, requiring it to anticipate bounces and other actions.

The AI must utilize power-ups if you have chosen to implement the Game customization options module.

SPA

When will we start the SPA version??!?

Chat Game Invite

When I invite to the game from chat, it switches to the game screen but does not invite to the same game lobby.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.